+ Start a Discussion
mattytreksmattytreks 

Bulk API & Soft-Deleted AccountContactRelation Records

Hi Community- my BI Team has run into issues retreiving soft-deleted records (IsDeleted = TRUE) from the AccountContactRelation Object when using the Bulk API.  When retrieving Salesforce records using SOAP, they are indeed able to retrieve the soft-deleted record(s).

Is this simply a limitation of the Bulk API?

Thank you in advance for your feedback!
john yungkjohn yungk
Based on the documentation, I think you have have to set the operation in the JobInfo to 'queryAll'

good luck,
John