Deleting Records

To delete records using the Salesforce connector, the following must be set:

  • Update Operation
    • The update operation must be set to either 'Delete' or 'Insert/Update/Delete'.
  • Id
    • It is necessary to set the Id field with the corresponding Salesforce Id.
  • Delete Record Field
    • The Delete Record field must set with a value which can be converted to the True/False value.
    • This allows each record to be conditionally deleted, on the value of this field.