CrmServiceClient.GetEntityDataById Method (String, Guid, List(Of String), Guid)
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets a List of variables from the account based on the list of field specified in the Fields List
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Public Function GetEntityDataById ( searchEntity As String, entityId As Guid, fieldList As List(Of String), batchId As Guid ) As Dictionary(Of String, Object)
Parameters
- searchEntity
-
Type:
System.String
The entity to be searched.
- entityId
-
Type:
System.Guid
ID of Entity to query
- batchId
-
Type:
System.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
- fieldList
-
Type:
System.Collections.Generic.List(Of String)
Populated Array of Key value pairs with the Results of the Search
Return Value
Type: System.Collections.Generic.Dictionary(Of String, Object)Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: