how to pass values from scheduled job to notification
Hi,I have tried the below script to trigger notification from scheduled job, but it didnt pass the value. pls assist me to required changes. Scheduled Job: var gr = new GlideRecord('cmdb_ci_computer');gr.addQuery('sys_updated_by', '=', 'admin');gr.ad...
