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

Over 200 Records
Hi,
I need to create Apex code that manipulates over 200 records. Where can I find instructions on how to do this as simply as possible. I am aware that once can work with a SOQL query in a loop, which allows you to breat the 200 Barrier for one of the objects, but if you have to work with several sets of objects, it becomes difficult.
I would appreciate any sources of info.
Thanks
Ben
There are limits on the number of records you can operate on during your operation (100 trigger/10,000 apex), but otherwise, you should be OK...
What's the use case?
Thank you.
But how do I overcome these limitations?
Thanks
Bes