Salesforce connection
The Salesforce connection represents a single Salesforce organization, including login credentials.
If you have multiple organizations or sandbox instances, you need a separate connection for each. You can pair a single connection with different Salesforce operations to perform a unique action against a Salesforce organization.
Connection tab
URL - The default URL for new Salesforce connection’s web services is changed. For production this should always be:
https://login.salesforce.com/services/Soap/u/<your_version_of_Salesforce>
Versions of the SOAP API older than version 30.0 are no longer supported. You can reference which version numbers are currently supported at API End-of-Life Policy. See List Available REST API Versions to view summary information about currently available REST API Versions.
Integrations using outdated URLs continue to show the original configuration but are redirected automatically.
To take advantage of the functionality provided by Bulk API v2, update the URL to Salesforce API version 41.0 or later.
User - The user name to log in to Salesforce. The user must have sufficient permissions to use the API and perform the necessary actions required by your integration scenario.
Password - The password to log in to Salesforce. The password is often concatenated with a security token. See the Replacing your Salesforce password with a password and security token topic for more information.
Version - The connector supports the latest API version listed at API End-of-Life Policy automatically without needing connector updates.
Maximum Concurrent Connections - Sets the maximum number of concurrent connections to the Salesforce application. Enter up to 25. The default is 10.