CrmServiceClient.UpdateStateAndStatusForEntity Method (String, Guid, Int32, Int32, Guid)

 

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.

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Syntax

public bool UpdateStateAndStatusForEntity(
    string entName,
    Guid id,
    int stateCode,
    int statusCode,
    Guid batchId = null
)
Public Function UpdateStateAndStatusForEntity (
    entName As String,
    id As Guid,
    stateCode As Integer,
    statusCode As Integer,
    batchId As Guid
) As Boolean

Parameters

  • id
    Type: System.Guid

    Guid ID of the entity you are updating

  • statusCode
    Type: System.Int32

    Int Version of the new status

  • batchId
    Type: System.Guid

    Optional : Batch ID to attach this request too.

Return Value

Type: System.Boolean

true on success.

See Also

UpdateStateAndStatusForEntity Overload
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright