Business Rule to abort action not redirecting back to same record
I have a Business Rule running during update, with "When" as "Before", on the the sc_task table:(function executeRule(current, previous /*null when async*/) { if(current.variables.offboard_desktoprecoverassets == '' && current.state == "3"){ ...