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
krish4ukrish4u 

How many records we will send from external system to salesforce

Hi Folks,

We are doing integartion between salesforce & .Net using REST API. From the external system they will send the records to salesforce using json format. so how may records we will send from external system to salesforce ? will it depend on json format size like upto 6 MB.

any sugestions....

Thanks,
Krish
Andy BoettcherAndy Boettcher
Not knowing more detail on the size of the records being passed, existing code in your org, etc., etc....I would follow the same batch sizes as Dataloader to start - 200 records per "send".  If you violate the 6MB limit, scale back.