sfdc-trigger-framework icon indicating copy to clipboard operation
sfdc-trigger-framework copied to clipboard

bulk data load being identified as recursive transactions

Open sfdevarch17 opened this issue 3 years ago • 0 comments
trafficstars

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.

sfdevarch17 avatar Aug 26 '22 00:08 sfdevarch17