Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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.
If the servers IP address isn’t trusted by the Salesforce Organization being connected to the users user's security token can be appended to the password.

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:

  • Production
  • DeveloperEdition
  • Sandbox
  • Pre_release

...