• Post category:StudyBullet-7
  • Reading time:6 mins read


Salesforce Integration, External systems can load and retrieve the data from Salesforce Org using the APIs.

What you will learn

Creating Custom objects, Apps and tabs in Salesforce.

Configuring the Apps to add different tabs.

Understand the client_id and client_secret and how to extract this data to share it with the clieint

Update or insert the data to SFDC object from external system.

Load the data to SFDC using Bulk API provided by Salesforce

Configuring postman to execute chain of API calls using the previous call output.

Description

In this course, you will understand the structure of the Objects, Apps, and Tabs.Β  You will know how to create Custom objects and createΒ  fields and their relationships.Β  Create your own app to display your objects in that app. Create tabs that can be added to your app and its displays like tabs.

Once you are clear with the Salesforce objects, the next step is to understand how the data is stored in this object. How the data can be inserted into this object? How the data can be retrieved from this object?


Get Instant Notification of New Courses on our Telegram channel.


The scope of this course is to know, what are the options available for external system to load data into salesforce object.Β  Depends on the business requirement data load can be loaded synchronously or asynchronously. In case of synchronous call, single record is inserted into SFDC, and salesforce provides API for this. If it is asynchrous, most probably we use Bulk API call to SFDC and SFDC has this API ready. In this, file containing multiple records, it can be thousands of records in a file, is passed to SFDC by using BULK APIΒ  provided by SFDC. Once the data is passed to SFDC, it is the job of Salesforce to read that record and insert in to the object. The SFDC takes its own time and load the data. If you call the SFDC with the API that gives the status of the data load, you will get the how many records processed and failed. But you need to set some sleep time before calling the Salesforce API to get the status because SFDC takes time to load data based on the number of records in the file.

English
language

Content

Introduction

Introduction

Basic Components of Salesforce

How to create custom objects in salesforce
How to create tabs
How to create Apps

Create a connected App in Salesforce

Introduction Connected-App
Create Connected App and configure

REST API call

Create a session with Salesforce
Update the SFDC object and get the Job ID
Get the updated record info by passing the Job ID

Set-up Post-man to create Chain requests

Create a Test script to utilize the response items from previous requests

Bulk Api call

Introduction
Create a session with Salesforce
Create a job and get the Job Id
Upload the data using Job Id and close the Job
Get the status of the uploaded data
Postman Collection – Bulk Upload

Bulk Query call to SFDC

Introduction
Create a Session with Salesforce
Send the Query request to Salesforce
Get the query result in CSV format

Enable Upsert operation

Configure the Object
Create API requests to upsert the data

Relationship between Objects

The field in one Object referring to other Object
How to insert data in related objects
Enroll for Free

πŸ’  Follow this Video to Get Free Courses on Every Udemy Topics! πŸ’