- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 07:48 PM
When the incident record is inserted,
how do I display an alert on the ServiceNow screen for a user who belongs to the group monitoring the incident?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2022 12:30 AM
Thank you all for the advice.
Finally I decided to send notifications to the connect chat group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 07:55 PM
Hi,
you can use onSubmit client script to show alert
Can you please explain your business requirement
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 09:36 PM
An incident record is inserted in the inbound action.
Therefore, OnSubmit's ClientScript is not suitable.
It is not noticed in the email, so we would like to display it in a popup on the ServiceNow screen.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 07:57 PM
you want the alert on the dashboard manager is monitoring or something ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 09:38 PM
I want to be alerted when an incident is created, no matter which screen in ServiceNow I am viewing.
If I am viewing the dashboard, can I get real-time alert notifications without a screen refresh?