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
tssupporttssupport 

Max batch size limit exceeded

Hello,

I get error 1245 when I try to insert contacts using the batch call. What is the max number of items that can be processed in a batch call?

regards
Daniel

DevAngelDevAngel

Hi tssupport,

When you do a "global" describe call, one of the values returned is maxBatchSize.  This is what you want.

jason.ax13jason.ax13
It would be helpful for the API documentation to mention this limit when discussing the batch call.