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

 

Applies To: Dynamics CRM 2015

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,
    string stateCode,
    string statusCode,
    Guid batchId = null
)
public:
bool UpdateStateAndStatusForEntity(
    String^ entName,
    Guid id,
    String^ stateCode,
    String^ statusCode,
    Guid batchId = null
)
member UpdateStateAndStatusForEntity : 
        entName:string *
        id:Guid *
        stateCode:string *
        statusCode:string *
        batchId:Guid = null -> bool
Public Function UpdateStateAndStatusForEntity (
    entName As String,
    id As Guid,
    stateCode As String,
    statusCode As String,
    batchId As Guid
) As Boolean

Parameters

  • id
    Type: System.Guid

    Guid ID of the entity you are updating

  • statusCode
    Type: System.String

    String 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

© 2016 Microsoft. All rights reserved. Copyright