Reset approvals in workflow on field change
Hi, I'm trying to restart the approvals of a workflow with advanced business rule. The script: (function executeRule(current, previous /*null when async*/){ var chng = new GlideRecord('chnage_request'); chng.addQuery('number', current.number); chng.q...