Click or drag to resize
LeadReplicationHelper Methods

The LeadReplicationHelper type exposes the following members.

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