Changing BR: Cascade Request Approval to Request Item
I am trying to understand this business rule and if it can be changed to cascade a "Requested" approval state to Request Items. Thank you for the advice.var gr = new GlideRecord("sc_req_item");gr.addQuery("request", current.sys_id);gr.query();while(g...
