Resolved! How to call script include in ACL
Hi All,I need assistance in calling script include in the ACL.Script Include:var Test1 = Class.create();Test1.prototype = {initialize: function() {},TestFunction: function(gr) {var appgr;var grd = new GlideRecord('sysapproval_approver');grd.addQuery(...
