You need to sign in to do that
Don't have an account?

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
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
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.