Merge Action

Dynamics CRM 2016
 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Merges the information from two entity records of the same type.

This Web API action corresponds to the organization service MergeRequest.

Merge action is not bound to any entity types.

Merge action does not return a value.

Parameters allow for data to be passed to the action.

Name

Type

Nullable

Unicode

Description

Target

crmbaseentity EntityType

false

The target of the merge operation.

Subordinate

crmbaseentity EntityType

false

The entity record from which to merge data.

UpdateContent

crmbaseentity EntityType

false

Additional entity attributes to be set during the merge operation.

PerformParentingChecks

Edm.Boolean

false

Indicates whether to check if the parent information is different for the two entity records.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: