CrmServiceClient.UpdateStateAndStatusForEntity
CrmServiceClient.UpdateStateAndStatusForEntity
CrmServiceClient.UpdateStateAndStatusForEntity
Method
Definition
Overloads
UpdateStateAndStatusForEntity(String, Guid, Int32, Int32, Guid) UpdateStateAndStatusForEntity(String, Guid, Int32, Int32, Guid) UpdateStateAndStatusForEntity(String, Guid, Int32, Int32, Guid) |
Updates the State and Status of the Entity passed in. |
UpdateStateAndStatusForEntity(String, Guid, String, String, Guid) UpdateStateAndStatusForEntity(String, Guid, String, String, Guid) UpdateStateAndStatusForEntity(String, Guid, String, String, Guid) |
Updates the State and Status of the Entity passed in. |
UpdateStateAndStatusForEntity(String, Guid, Int32, Int32, Guid) UpdateStateAndStatusForEntity(String, Guid, Int32, Int32, Guid) UpdateStateAndStatusForEntity(String, Guid, Int32, Int32, Guid)
Updates the State and Status of the Entity passed in.
public bool UpdateStateAndStatusForEntity (string entName, Guid id, int stateCode, int statusCode, Guid batchId = null);
member this.UpdateStateAndStatusForEntity : string * Guid * int * int * Guid -> bool
Public Function UpdateStateAndStatusForEntity (entName As String, id As Guid, stateCode As Integer, statusCode As Integer, Optional batchId As Guid = null) As Boolean
Parameters
Returns
Remarks
UpdateStateAndStatusForEntity(String, Guid, String, String, Guid) UpdateStateAndStatusForEntity(String, Guid, String, String, Guid) UpdateStateAndStatusForEntity(String, Guid, String, String, Guid)
Updates the State and Status of the Entity passed in.
public bool UpdateStateAndStatusForEntity (string entName, Guid id, string stateCode, string statusCode, Guid batchId = null);
member this.UpdateStateAndStatusForEntity : string * Guid * string * string * Guid -> bool
Public Function UpdateStateAndStatusForEntity (entName As String, id As Guid, stateCode As String, statusCode As String, Optional batchId As Guid = null) As Boolean
Parameters
Returns
Remarks