A single Salesforce orgs can be utilized by multiple clients. If our clients are calling Salesforce APIs for data upload, data creation etc or we are calling client system to…
Tag:
salesforce bulk api
- ArchitectureCertificationintegration architectureSalesforce
Using Salesforce Bulk API V2
by Dhanik Lal Sahni December 26, 2020Salesforce Bulk API is used primarily for data migration or data upload. Bulk API has two versions to support data upload. Bulk API V1.0 is custom REST API and V2.0…
- Certificationintegration architectureSalesforce
Using Salesforce Bulk API V1
by Dhanik Lal Sahni December 9, 2020Salesforce Bulk API is required when we need to process high volume of data in Salesforce. This is quickest way to load data using programmatic ways. When to use bulk…