Resolved! I need to send notification on employee work anniversary.
Hi, I need to send notification on employee work anniversary. To achieve that I have created : 1. Event 2. Schedule Job var gr = new GlideRecord('sys_user'); gr.addQuery('active=true^u_hr_hire_dateISNOTEMPTY^nameLIKEnivedita'); gr.query(); while(gr....