You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is still a limit of 25 subrequests (5 if they are SObject Collections)
Use composite calls to optimize the collections functions
We could group batches together into composite requests
I separated the logic between Collections and Composite functions because: with Composite you can insert a large amount of data with the AllOrNone parameter, while Batch and Collections have no limit to the number of batches but AllOrNone won't persist across the batches
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Use Composite to allow users to group dependent calls into a single request
Examples
Use Composite Batch to allow users to group independent requests together into a single request
Examples
Considerations
The text was updated successfully, but these errors were encountered: