Salesforce Upsert Record
Description
This action component allows you to upsert a specified record in Salesforce.
Input Properties
- Object Name (String) – The name of the Object which is the record you want to update record.
- Record ID (String) – The ID of the record you want to upsert in Salesforce.
- Record DataTable (DataTable) – The input record details as a DataTable variable.
- Record DataRow (DataRow) – The input record details as a DataRow variable.
- Record Dictionary (Dictionary`2) – The input record details as a Dictionary variable.
- Input Salesforce Object (ISalesforceObject) – The input Salesforce connection object.
Output Properties
- Result (Boolean) – Return True, if the file is upserted successfully.
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.