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

about 'Maximum Number of Objects Created'
for Create/Update/Upsert/Delete operations there is a limitation. In Apex_API document, it saids:
-------------------------
Maximum Number of Objects Created
Your client application can add up to 200 individual objects in a single create call. If a create request exceeds 200 objects, then the entire operation fails.
Your client application can add up to 200 individual objects in a single create call. If a create request exceeds 200 objects, then the entire operation fails.
-------------------------
I would like to know if this 'Maximum Number' could be changed to other than 200? and How?
Thanks!
200 is the max, nothing you can do to override it. Is it problematic to batch your updates in groups of 200?