Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
mani1304
Creator
Creator

Salesforce Upsert scenario query

we are trying to upsert data in salesforce output object and also would like to capture if the input record was updated/ inserted in the output file. is there any way to capture the same ?

 

Or is there any other any other talend salesforce object that can be use in this case.

Labels (2)
3 Replies
manodwhb
Champion II
Champion II

@mani1304 , you can take the Row>>Main from tSaleaforceOutput to a file or table and you can capture.

mani1304
Creator
Creator
Author

Thanks but I want to see only those records, which are getting updated or inserted in salesforce because I can achieve the same in Ab Initio salesforce component, but don't know whether Talend provides that feature or not.

manodwhb
Champion II
Champion II

@mani1304 , when you specify the upsert in tSalesforceoutput, you can right click on that component and can take Row >>Main to table or file ,which will log the all records which are inserted or updated that object.