Resolved! Mail script: convert sys_id in event parameter to manager email address
Hi all,I have a mail script for a mail notification where the event.parm1 refers to the sys_id of the user. Now I would like to use that data to add the *manager's* email address to CC.What I did so far:var gr = new GlideRecord('sys_user');gr.get(eve...