Salesforce Object
Description
This action component allows you to establish a connection to a specified Salesforce.
Input Properties
- Server Type (SalesforceServerTypes) – The server instance you want to connect to.
- Custom Server Url (String) – The custom Salesforce instance to connect.
- User Name (String) – The username you want to use to log into Salesforce.
- Password (SecureString) – The password of the user you want to log in with.
- Security Token (String) – The security token of the user whose credentials are used to log into Salesforce.
- Consumer Key (String) – The consumer key of your Salesforce Connected App.
- Consumer Secret (SecureString) – The consumer Secret of your Salesforce Connected App.
- Input Salesforce Object (ISalesforceObject) – The input Salesforce connection object.
- Body (ISalesforceObject) – Allows you to add subsequent action components.
- Timeout (Int32) – The salesforce API connection timeout.
Output Properties
- Result (ISalesforceObject) – The result of the Salesforce connection, stored in an ISalesforceObject object variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.