Code Assist MCP for Microsoft Dynamics CRM

Build 25.0.9539

AssociateRequest

Associates two entities via a named relationship. The RelationshipName must be a valid relationship name defined in Dynamics CRM.

Stored Procedure-Specific Information

To execute this procedure, enter:
EXEC AssociateRequest RelationshipName = 'accountleads_association', TargetId = '00000000-0000-0000-0000-000000000001', TargetLogicalName = 'account', RelatedEntityId = '00000000-0000-0000-0000-000000000002', RelatedEntityLogicalName = 'lead'

Input

Name Type Description
RelationshipName String Name of the relationship to be used for the association.
TargetId String Id of the target to add associations to.
TargetLogicalName String The logical name of the target to add associations to.
RelatedEntityId# String Id of an entity to relate to the target.
RelatedEntityLogicalName# String Logical name of the entity to relate to the target.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539