You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing the setMaxLoopCount from the individual handlers, the loop count gets incremented after the first chunk of 200 records are processed as it identifies the subsequent set of records as recursive transactions. Need to identify a way around that by comparing the old set of records with the new ones and if it doesn't match, then not to increment. Else identify the correct way to clearMaxLoopCount.
The text was updated successfully, but these errors were encountered:
When implementing the setMaxLoopCount from the individual handlers, the loop count gets incremented after the first chunk of 200 records are processed as it identifies the subsequent set of records as recursive transactions. Need to identify a way around that by comparing the old set of records with the new ones and if it doesn't match, then not to increment. Else identify the correct way to clearMaxLoopCount.
The text was updated successfully, but these errors were encountered: