I want to pass sys_id through the property ?
In the below script , instead of passing the sys_id of the ITIL role directly I want to pass it through property . How can I implement this functionality? Script : var userRole = new GlideRecord('sys_user_has_role');userRole.addQuery('user', current...