Click or drag to resize
ReplicateLeadCommandResultEnum Enumeration
Represent the result of "Replicate lead" command.

Namespace: CMS.SalesForce.Automation
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public enum ReplicateLeadCommandResultEnum
Members
  Member nameValueDescription
Success0 The action completed without errors.
ContactIsGlobal1 The contact is global and therefore cannot be replicated.
FeatureNotAvailable2 Salesforce.com integration is not available.
NoCredentials3 Salesforce organization access is not authorized.
See Also