MergeRequest.UpdateContent Property

 

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

Gets or sets additional entity attributes to be set during the merge operation for accounts, contacts, or leads. This property is not applied when merging incidents. Optional.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public Entity UpdateContent { get; set; }
Public Property UpdateContent As Entity

Property Value

Type: Microsoft.Xrm.Sdk.Entity

Type: Entity
The additional entity attributes to be set during the merge operation.

Remarks

Note

This property is not applied when merging incidents.

This property value must be an instance of the same entity type as the target and subordinate records. Only the properties that contain values or that specify null are set.

See Also

MergeRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright