Click or drag to resize
LeadReplicationHelper.PrepareLeadForReplication Method
Modifies the SalesForce lead after the contact mapping.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax
C#
public static void PrepareLeadForReplication(
	Entity lead,
	ContactInfo contact
)

Parameters

lead
Type: CMS.SalesForce.Entity
The SalesForce lead to modify.
contact
Type: CMS.ContactManagement.ContactInfo
The contact that was mapped.
See Also