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

Updating the records using Batch
Hello,
I am updating the records in below usecase:
- Get 60000 records by SOQL
- Prepare a list of 5000 records
- Update abouve records
As the operation is one time and long, how can i update the list using Batch.
thank you for rough code, please
I am updating the records in below usecase:
- Get 60000 records by SOQL
- Prepare a list of 5000 records
- Update abouve records
As the operation is one time and long, how can i update the list using Batch.
thank you for rough code, please
To serve your purpose refer below rough code, and modify accordingly- Let me know if this helps!