Code Assist MCP for Microsoft Dynamics CRM

Build 25.0.9540

DisassociateRequest

Removes an association between 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 DisassociateRequest 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 関連付け解除に使用するリレーション名。
TargetId String 関連付けの削除元のターゲットのId。
TargetLogicalName String 関連付けの削除元のターゲットの論理名。
RelatedEntityId# String ターゲットとの関連付けが解除されるエンティティのId。
RelatedEntityLogicalName# String ターゲットとの関連付けが解除されるエンティティの論理名。

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