Display Alert message on header of list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2016 11:32 PM
I am going to use business rule to validate the filed change via a list of incident (list view). If the validation is failed in business rule, we want to display the alert message on header of a list of incident (list view). I don't know what is best way to display message on top of list view. Any suggestion?
- Labels:
-
Scripting and Coding
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2016 11:47 PM
use addInfomessage:-
gs.addInfoMessage('Email address added for notification');
Please mark Helpful, Like, or Correct Answer if you find my response worthy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2016 12:23 AM
I used this one, but this only display message on form header
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2016 06:22 AM
Hi,
You might find below thread useful How to create a ServiceNow popup alert box using a business rule - Evanios
Thanks
Srinivas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2017 05:49 AM
How to create a ServiceNow popup alert box using a business rule - Evanios this is not working