Click or drag to resize
AutomationHelper Class
Provides automation support for common actions related to Salesforce.com integration.
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreMethods
    CMS.BaseAbstractHelper
      CMS.BaseAbstractHelperAutomationHelper
        CMS.SalesForce.AutomationAutomationHelper

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

The AutomationHelper type exposes the following members.

Constructors
  NameDescription
Public methodAutomationHelper
Initializes a new instance of the AutomationHelper class.
Top
Methods
  NameDescription
Public methodStatic memberReplicateLead(ContactInfo)
Replicates the specified contact to Salesforce leads, if applicable, and returns the result.
Public methodStatic memberReplicateLead(ContactInfo, Boolean)
Replicates the specified contact to Salesforce leads, if applicable, and returns the result.
Protected methodReplicateLeadInternal
Replicates the specified contact to Salesforce leads, if applicable, and returns the result.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also