Batching and updating list of records
Hi , I have a requirement where I need to update more than 200k+ records through background scripts or scheduled job but to be done via pagination/batching concept..update 1000-2000 records at one time and move onto to the next batch so that it does ...
