Hi everyone,
We have a plugin that needs to process a big amount of records. This can be up to 100.000+ records and even way more (depends of the organization).
To avoid the 2 minute plugin execution time-out we created our PluginHandler system that will process 250 records per batch. When he is ready, it will create a new instance of the PluginHandler and so continues until he is ready.
But the problem we are facing at this point is the infinite loop protection of CRM. The 7th records he wants to create gives the infinite loop message and it throws an error.
Is there any way to avoid this unwanted situation. (Please no Workflow Activity..)
Thanks in advance,
Robin