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
TScottTScott 

SUMMER '08 - Apex insert of 250 records was successful?!?!?

We just wrote Apex code that inserts 250 records in one insert statement in a Summer '08 Sandbox (we're trying to generate some error messages to inspect the resulting SOAP message). Page 156 of the Summer '08 Apex Language Reference Guide still explicitly notes the limit as 200 for Insert Operations:

"You can pass a maximum of 200 sObject records to a single insert method"

QUESTION: Has this batch size limit been increased or is the limit not being enforced correctly in Summer '08?

Thanks.
Tom Scott
Appirio