Resolved! Sending a notification with a Background Script
I'm trying to send a notification via a Background Script but nothing happens.Does anyone know how to do it? The script: var gr = new GlideRecord('incident');gr.get('2d833bd9db312300ad8a2fb7489619c5'); // sys_id of the incident gs.eventQueue('inciden...

