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
meli1.3950855704202322E12meli1.3950855704202322E12 

Bulk API UNKNOWN_EXCEPTION errors for conversion calls.

Our integration product makes bulk calls to convert, but because of all-or-none processing, if an error is encountered, all subsequent calls error out.  How can we see which record caused the error, and bypass to continue processing the records to convert?
ANUTEJANUTEJ (Salesforce Developers) 
Hi Meli,

Can you try checking the below link once as I found that you can get information regarding failed batches from the batch job information: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_batches_failed_records.htm

Regards,
Anutej