SetStateDynamicEntity Message (CrmService)
| Works for all deployment types | Works online and offline |
Sets the state of an entity instance represented as a dynamic entity.
The relevant classes are specified in the following table.
The following table shows the entities and target classes for this message.
Remarks
To use this message, pass an instance of the SetStateDynamicEntityRequest class as the request parameter in the Execute method.
The possible states are defined in the state enumeration for the entity type specified in the request. To perform this action, the caller must have write privileges for the entity type and access rights on the entity instance specified in the request class. For a list of required privileges, see SetState Privileges.
This message updates the properties statuscode and statecode in an entity instance represented as a dynamic entity.
Example
For an example of how to use this message, see SetStateAccount.
See Also
Concepts
Reference
© 2009 Microsoft Corporation. All rights reserved.