SetAbortAction(true) shows Invalid Update
Hi All, I have created a before delete BR that sets the active field of the record as false and then aborts the delete action.Below is the script for the BR and the delete UI Action.try { current.active = false; current.update(); ...
