ReplicateLeadCommandResultEnum Enumeration |
Represent the result of "Replicate lead" command.
Namespace: CMS.SalesForce.AutomationAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax public enum ReplicateLeadCommandResultEnum
Members
| Member name | Value | Description |
---|
| Success | 0 |
The action completed without errors.
|
| ContactIsGlobal | 1 |
The contact is global and therefore cannot be replicated.
|
| FeatureNotAvailable | 2 |
Salesforce.com integration is not available.
|
| NoCredentials | 3 |
Salesforce organization access is not authorized.
|
See Also