Resolved! 'Update Fail' when approving ritm from service portal
Hi all, I cloned the 'My Approvals' widget in the Service Portal to allows users without the 'approve_user' role to action approvals. // 1st changes on Server script if (input.op == 'approved' || input.op == 'rejected') { var app = new GlideRecord("...
