I want to create a pop up to the concern team , once they login for the p1 incident raised for them
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 01:45 AM
I want to create a pop up to the concern team , once they login for the p1 incident raised for them, can any please help me how to achive this.
Thanks.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 01:58 AM
@Arjun Kumar Le1
Do you mean you want to put a alert ?
In that case you can have something like below
var priority = g_form.getValue('priority');
if (priority == 1)
return confirm(getMessage('Press OK if you want to create a P1 ticket'));
}
If you want to notify them, you can create a notification to the concerned group.