Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

WorkDisconnected

Sets whether cached data will be persisted to Salesforce. If set to True, then data will only be persisted to cache and synchronization will take care of data between cache and Salesforce. Implement when wanting to keep API calls to minimum during times of heavy traffic.

IsActive

Sets whether M4S is active. If not active, only persist data to Salesforce.

ObjectType

The name of the Salesforce object. E.g. "Account", "Contact".

KeyPrefix

The 3 character key prefix that appears at the start of Ids for this object type. E.g. "003" for Contacts.

SalesforceSession

The FuseIT.Sitecore.SalesforceConnector.SalesforceSession being used by the service.

GenericSalesforceService


  • No labels