Hi,
I have created the schedule trigger, which will update few fields on items given through query.
But while I ran schedule trigger. I got error as on item ID: 12345 have mandatory fields which are not filled which will abort transaction.
Is there any way skip such item having mandatory fields and going through other item ?
I have tried with adding try catch block but still its aborting by giving mention error.
Please suggest me.