Click or drag to resize
LeadReplicationHelper Class
Provides customization of SalesForce lead replication.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperLeadReplicationHelper
        CMS.SalesForceLeadReplicationHelper

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public class LeadReplicationHelper : AbstractHelper<LeadReplicationHelper>

The LeadReplicationHelper type exposes the following members.

Constructors
  NameDescription
Public methodLeadReplicationHelper
Initializes a new instance of the LeadReplicationHelper class.
Top
Methods
  NameDescription
Public methodStatic memberGetContact
Returns a contact with the specified identifier.
Protected methodGetContactInternal
Returns a contact with the specified identifier.
Public methodStatic memberGetContactsForInsert
Returns an array of contacts for replication into SalesForce leads.
Protected methodGetContactsForInsertInternal
Returns an array of contacts for replication into SalesForce leads.
Public methodStatic memberGetContactsForUpdate
Returns an array of contacts that have been updated since the last replication into SalesForce leads.
Protected methodGetContactsForUpdateInternal
Returns an array of contacts that have been updated since the last replication into SalesForce leads.
Public methodStatic memberPrepareLeadForReplication
Modifies the SalesForce lead after the contact mapping.
Protected methodPrepareLeadForReplicationInternal
Modifies the SalesForce lead after the contact mapping.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also