Hello,
We have a business need where we have to update 1 million records in CRM every month. The update requries updation of 11 fields on the Contact entity.
We developed a console app for that and tried to do the Bulk update using Execute Multiple, but then we faced the time out issue. We tried to reduce the batch size from 1000 to 500, but it seems like it will take days to update 1M records.
The maximum time we have to run the batch job is 5 hours. I need to know what is the best practice or solution to perform this operation. Do we need any third party tool, or we can modify and optimize our console app to run the operations fast.
Need expert advise here.
Thanks,
Fahad
*This post is locked for comments