function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShaminaShamina 

Exceeding API request limits, when using PHP (toolkit) to load data in Salesforce

Hello,

 

Data is being retrieved from an external system and loaded into Salesforce using PHP toolkit (upserts) but the API requests limit is exceeded. The current limit on the organization is 12,000 and the volume of data to be loaded may exceed 100,000.

 

Even though records are added in arrays and the upsert operation is applied on the array, API requests is accounted for each record.

 

Is there a way to optimize the calls in PHP ? What are the possible solutions ?

 

Thank you for your help

 

 

Best Answer chosen by Admin (Salesforce Developers) 

All Answers

ShaminaShamina

Ok thank you