Skip to Content
Technical Articles
Author's profile photo Om Heerani

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:

  1. https://salesforcecodex.com/salesforce/using-salesforce-bulk-api-v1/
  2. https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_batches_get_results.htm
  3. https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_jobs_create.htm
  4. https://developer.salesforce.com/docs/atlas.en-us.236.0.api_asynch.meta/api_asynch/asynch_api_batches_failed_records.htm

Assigned Tags

      5 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Imran Khan
      Imran Khan

      Very informative blog. Keep up the good work.

      Author's profile photo SAHIL GROVER
      SAHIL GROVER

      Thanks Om for sharing the knowledge in detail.

      Very helpful and keep up the good work!

      Author's profile photo Rakesh Kumar Sharma
      Rakesh Kumar Sharma

      Very detailed blog Om. Nicely presented. SFDC integration using bulk APIs is always challenging and kudos to you for presenting it in detailed manner 👏🏻👏🏻👏🏻

      Author's profile photo Eurico Borges
      Eurico Borges

      Excelent. All this detail will help anyone that needs to do this type of integration.

      Author's profile photo Ashutosh Singh
      Ashutosh Singh

      This is similar content I was looking for for a very long. This contains all steps clearly. Thanks for it.