CrmServiceClient.GetEntityDataById Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a List of variables from the account based on the list of field specified in the Fields List
public System.Collections.Generic.Dictionary<string,object> GetEntityDataById (string searchEntity, Guid entityId, System.Collections.Generic.List<string> fieldList, Guid batchId = default);
member this.GetEntityDataById : string * Guid * System.Collections.Generic.List<string> * Guid -> System.Collections.Generic.Dictionary<string, obj>
Public Function GetEntityDataById (searchEntity As String, entityId As Guid, fieldList As List(Of String), Optional batchId As Guid = Nothing) As Dictionary(Of String, Object)
Parameters
- searchEntity
- String
The entity to be searched.
- entityId
- Guid
ID of Entity to query
- batchId
- Guid
Optional: if set to a valid GUID, generated by the Create Batch Request Method, will assigned the request to the batch for later execution, on fail, runs the request immediately