Procedure
-
Double-click the tSalesforceConnection
component to open its Basic settings
view.
- In the User Id, Password and Security Key fields, enter the user authentication information required to access Salesforce.
-
Double-click the tSalesforceInput component
to open its Basic settings view.
-
In the drop-down list next to the Property
Type drop-down list, select the tSalesforceConnection component to reuse the connection created
by it.
Click the [...] button next to the Module Name field and in the pop-up dialog box, select the object you want to access. In this example, it is Account.
- In the Condition field, enter the condition expression used to filter the record to be deleted between double quotation marks. In this example, it is name='Talend', which is used to filter the account record whose name is Talend.
-
Double-click the tSalesforceOutput component
to open its Basic settings view.
-
In the drop-down list next to the Property
Type drop-down list, select the tSalesforceConnection component to reuse the connection created
by it.
Click the [...] button next to the Module Name field and in the pop-up dialog box, select the object you want to access. In this example, it is Account.
- From the Output Action drop-down list, select the operation to be carried out. In this example, select DELETE to delete the Talend account retrieved in the previous component.