Technical Articles
Salesforce integration with SAP PO Rest Adapter using SFDC Bulk API Concept
Dear Readers,
This is my first blog where I would like to share my experience on how to connect with SFDC via REST adapter using SFDC bulk API concept. (without BPM)
When to use Bulk API?
Bulk API is based on REST and is optimized for loading or deleting large sets of data. We can query, insert, update, upsert, or delete many records asynchronously by submitting batches. Salesforce processes batches in the background. Bulk API is designed to make it simple to process data from a few thousand to millions of records.
Reference Links:
- https://salesforcecodex.com/salesforce/using-salesforce-bulk-api-v1/
- https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_batches_get_results.htm
- https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_jobs_create.htm
- https://developer.salesforce.com/docs/atlas.en-us.236.0.api_asynch.meta/api_asynch/asynch_api_batches_failed_records.htm
Very informative blog. Keep up the good work.
Thanks Om for sharing the knowledge in detail.
Very helpful and keep up the good work!
Very detailed blog Om. Nicely presented. SFDC integration using bulk APIs is always challenging and kudos to you for presenting it in detailed manner 👏🏻👏🏻👏🏻
Excelent. All this detail will help anyone that needs to do this type of integration.
This is similar content I was looking for for a very long. This contains all steps clearly. Thanks for it.