Salesforce Integration Scenario #57

— by

The Sales Director of ABP Corporation wants to use their Salesforce to store transaction data for the purpose of analysis.custom big object will be used to store all the transaction data of the ord …

Here are highlights from article Salesforce Integration Scenario #57

1. Populating custom big object with Bulk API 2.0 for transaction data analysis:

– OAuth trust must be established for using Bulk API 2.0.
– Access token is required to create a Bulk API 2.0 job.

2. Authentication process:

– Third-party tools like Postman can be used to authenticate with Salesforce.
– OAuth 2.0 is used to obtain an access token that is valid for a certain duration.

3. Creating a bulk job:

– POST HTTP method is used to create a bulk job.

4. Inserting data into custom big object:

– Once the job is created, data can be inserted into the custom big object using the PUT method.

5. Closing the job and checking status:

– PATCH method is used to close the job.
– The status of the job can be checked on the ‘Bulk Data Load Jobs’ page in Salesforce Setup.

You can read it here: https://sfdc.blog/vatRW

Source from arijitnagchowdhury(dot)wordpress(dot)com

Newsletter

My latest updates in your e-mail.