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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Query for Update and Delete Using tSalesforceOutputBulkExec

Hi,

 

I am using tSalesforceOutputBulkExec for bulk upload.

 

  1. If i use Update Option then on which field basis update is performed. As per my assumption it is ID field on which update is performed.
  2. If i use Delete Option then on which field basis delete is performed. As per my assumption it is ID field on which Delete is performed.
Labels (3)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Hi,
You're right, for both update and delete operation, ID is the field used to get the record. For upsert you may also use any field declared as an external ID.

PS. Think to mark your topic as solved as soon as you got an helpful answer

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

it will do update/delete based on Id field.

TRF
Champion II
Champion II

Hi,
You're right, for both update and delete operation, ID is the field used to get the record. For upsert you may also use any field declared as an external ID.

PS. Think to mark your topic as solved as soon as you got an helpful answer