How would I cancel out or skip any record processing in a X++ batch job which is taking long time to process due to database lock/block or some other reasons. We want our job to skip that lengthy transaction and continue to process the next record in queue?
↧