CrmServiceClient.CreateEntityAssociation Method (String, Guid, String, Guid, String, Guid)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Associates one Entity to another where an M2M Relationship Exists.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public bool CreateEntityAssociation(
string entityName1,
Guid entity1Id,
string entityName2,
Guid entity2Id,
string relationshipName,
Guid batchId = null
)
Public Function CreateEntityAssociation (
entityName1 As String,
entity1Id As Guid,
entityName2 As String,
entity2Id As Guid,
relationshipName As String,
batchId As Guid
) As Boolean
Parameters
entityName1
Type: System.StringEntity on one side of the relationship
entity1Id
Type: System.GuidThe Id of the record on the first side of the relationship
entityName2
Type: System.StringEntity on the second side of the relationship
entity2Id
Type: System.GuidThe Id of the record on the second side of the relationship
relationshipName
Type: System.StringRelationship name between the 2 entities
batchId
Type: System.GuidOptional: 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
Return Value
Type: System.Boolean
true on success, false on fail
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright