...
- Each string starts with the “S4S” prefix.
- The prefix is followed by the login credentials to for the Salesforce partner API.
...
Key | Description |
user id | The Salesforce user name username that will be used to establish the Partner API session |
password | The password for the Partner API user. |
token | (Optional) As an alternative to appending the users user's security token to the password in the connection string, it can be defined separately to provide the same functionality. Learn more about how to reset and get your security token. |
environment | (Optional) The type of Salesforce environment being connected to. Defaults to Production if unspecified which will also work for developer edition organizations if required. Possible values:
|
...