Properties

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

The FuseIT.Sitecore.SalesforceConnector.Services.GenericSalesforceService that is being used to send and receive Salesforce data.