Description:
Processor to delete Salesforce records in objects. You can supply the required values in their field to delete an existing record in the given Salesforce account.
Tags:
Salesforce, sobject, delete, record
Properties:
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the Expression Language Guide.
Name |
Default Value |
Allowable Values |
Description |
Salesforce Authentication Service |
Controller Service API: SalesforceAuthenticationService |
The Controller Service that is used to obtain connection to Salesforce | |
Salesforce Object Name |
Represents the object name in user’s Salesforce account Supports Expression Language: true | ||
Salesforce Object Id |
Represents the object Id in user's Salesforce account Supports Expression Language: true |
Relationships:
Name |
Description |
Failure | If this processor has not able to delete records from Salesforce account, the relationship is fall into failure. |
Success | If this processor has able to delete records from Salesforce account for corresponding Id, the relationship is fall into success relationship. |
Reads Attributes:
None specified.
Writes Attributes:
None specified.
How to delete Salesforce record in object using Data Integration Platform?
In Data Integration Platform use “DeleteSalesforceRecord” Processor to delete the Salesforce record in required object. Here is the overview image for DeleteSalesforceRecord processor with success relationship.
Step 1: Drag “DeleteSalesforceRecord” processor in canvas page and pair with success relationship. If data is sent to destination or queued successfully, its moves into success relationship.
Step 2: Processors shows the default controller service as Salesforce Authentication service. You must fill the value of required properties appear in bold. Other properties (not in bold) are considered optional
Step 3: Once job is success and it has able to delete the record in object, the relationship is fall into success.