JDBC Driver for Microsoft Dynamics CRM

Build 22.0.8462

AssociateRequest

Executes an associate request.

Note: This procedure makes use of indexed parameters. These input parameters are denoted with a '#' character at the end of their names.

Indexed parameters facilitate providing multiple instances a single parameter as inputs for the procedure.

Suppose there is an input parameter named Param#. Input multiple instances of an indexed parameter like this:

EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"

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) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462