CrmServiceClient.UpdateStateAndStatusForEntity Method (String, Guid, String, String, Guid)
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Updates the State and Status of the Entity passed in.
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
public bool UpdateStateAndStatusForEntity( string entName, Guid id, string stateCode, string statusCode, Guid batchId = null )
Parameters
- entName
-
Type:
System.String
Name of the entity
- id
-
Type:
System.Guid
Guid ID of the entity you are updating
- stateCode
-
Type:
System.String
String version of the new state
- statusCode
-
Type:
System.String
String Version of the new status
- batchId
-
Type:
System.Guid
Optional : Batch ID to attach this request too.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: