Salesforce as a source

Select the Salesforce endpoint in the data pipeline wizard or when editing a pipeline to load data from Salesforce to a cloud data warehouse. AutoSync uses the Salesforce Bulk API to load data. The Salesforce Bulk API 1.0 has query limits. In Bulk API 2.0, only ingest jobs count against the limit. Query jobs don’t. The type of credentials you provide determine whether AutoSync uses Bulk API 1.0 or 2.0.

Track deleted records

AutoSync can track records deleted in Salesforce by adding an IsDeleted column to the destination table. On the first load, AutoSync adds all previously deleted records to the destination with a value of True in the IsDeleted column. On synchronization, AutoSync inserts True in the IsDeleted column for records deleted since the last load. Select the Include deleted records checkbox to enable this behavior when creating or editing an integration.

Load types

For targets that support the following load types, a data pipeline loading from Salesforce can use:
  • Full load
  • Incremental (insert new, update changed)
  • SCD2 (preserve change history)
Note: For the Salesforce endpoint in integrations using Incremental load, AutoSync uses one of the following timestamp fields for the last updated column. It selects the field in this order of priority:
  • SystemModStamp
  • LastModifiedDate
  • CreatedDate
  • LoginTime

Supported Account types

To provide connection information, you can enter credentials in AutoSync, Designer, or Classic Manager. Designer and Classic Manager offer multiple account types for most endpoints and not all types are compatible with AutoSync. When you create or edit a data pipeline, the existing credentials list includes only compatible account assets. AutoSync supports the following Designer and Classic Manager account types:

AutoSync supports the following Classic Manager Account types:

  • Salesforce.com Account - uses Bulk API 1.0
  • Salesforce OAuth2 Account - uses Bulk API 2.0

Known limitations

Known limitations include:

  • For efficiency and performance, AutoSync loads Salesforce objects in bulk. The Salesforce Bulk API does not support all object types, refer to Salesforce's documentation for more information.
  • For Accounts created in Classic Manager, AutoSync only supports the Salesforce.com and Salesforce OAuth2 Account types. Other Salesforce Account types are not available to select when you create a data pipeline.

Connection configuration

To use the Salesforce Bulk API 2.0, you must create a Salesforce OAuth2 account asset in Classic Manager. When you save credentials in AutoSync, the Salesforce properties include:

  • Account Properties:
    • Credential label: A unique, meaningful name such as Salesforce-Marketing-Shared. If a configuration with the same name exists, AutoSync displays an Asset conflict error message.
    • Username: A username for an account with the correct permissions for AutoSync to load and synchronize data. For example, Salesforce-Marketing-Admin.
    • Password: The password for the account. Multiple retries with an invalid password can cause your account to be locked.
    • Security token: (Optional) Enter the security token generated during Salesforce account configuration. To create a new security token, log in to your Salesforce account and go to Personal Setup > My Personal Information > Reset My Security Token. If you choose not to enter a security token, your Salesforce account must be set up so that this token is optional.
    • Login URL: Enter the URL that is used to log in to Salesforce. For example, https://login.salesforce.com/.
    • Share: (Optional) Select a user group to share this configuration with. Org admins create user groups to share credentials. If you are a member of a user group, you can select it from the dropdown. You can also select the global shared folder, which shares the credentials with everyone in your Org.
  • Validate and Save: After saving and validating, AutoSync adds the configuration to the list of saved credentials.
  • Include deleted records: Select to have AutoSync track deletions.
  • Select objects: After selecting your configuration, choose the objects to synchronize. AutoSync populates the list from your Salesforce account.