function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ 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