Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am loading data into Salesforce through the tSalesforceOutput component into the SFDC Cases object.
We have assignment rules defined that are required to run when the data is loaded through the API.
With the Salesforce dataloader, these rules can be triggered by setting the Assignment rule ID, so that the rules run when the data is loaded through the Salesforce API.
I have not seen any Assignment ID on the tSalesforceOutput component. This is using TOS 6.2.1.
How do we trigger these rules when we are using Talend to load data?
@sureshk,when you insert or update the data using tSalesforceOutput ,we will not specify the Assignment Rule,trigger will execute that when it has inserted or updated in salesforce,it the trigger is active.