Property | Description |
---|---|
Username | Username to access salesforce.com. The connection is limited to the access rights of the username that you use. For most purposes, enter a username with an Administrator profile. |
Password | The password to authenticate the above username. |
ProxyServer | Address of the proxy server, if it is required. |
ProxyAuth | Authentication string to be passed to the proxy server, if it is being used. |
APIVersion | The version of the Salesforce API. The default is 54.0. Note: API versions less than 21.0 are no longer supported by Salesforce, hence you must update your Maps accordingly. |
Endpoint | Address for the salesforce.com endpoint (for the regular API). The default is https://www.salesforce.com/services/Soap/u/54.0. Note: The actual API endpoint used for the Salesforce Bulk API is slightly different, but the invoker determines the correct endpoint to use based on the regular API endpoint entered here. |
Action | Description |
---|---|
Execute | Executes the supported parameters and properties. |
Action | Parameter | Description |
---|---|---|
Execute | SourceMessage | Name of the source message for the invoker |
TargetMessage | Name of the target message for the invoker |
Action | Property | Default Value | Description |
---|---|---|---|
Execute | sObject | Account | Name of the Salesforce entity (sObject is the internal name for entity). |
Execute | SourceCSV | Account.csv | The name of the CSV file to load into Salesforce. The default value must be changed. |
Execute | BatchSize | 10,000 | The number of records to send in each batch. The default value is . |
Execute | Operation | Insert | Select any of the following: Insert Update Upsert |
Execute | ExtIdField | The External ID field. This value is not used when the operation is 'insert', but is required for 'update' or 'upsert' operations. | |
Execute | SuccessFile | Account_Success.csv | Name of the file used to record successful record operations. Each successful record operation will contain the job ID, batch ID, record ID, and a flag indicating whether a new record was created. |
Execute | FailureFile | Account_Failure.csv | Name of the file used to record failed record operations. Each failed record operation will contain the job ID, batch ID, and a description of the error. |