service portal notification container
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 01:03 PM
is there any documentation on how to use the notification container on the service portal? Is there a script? does it use a table?
<div id="uiNotificationContainer"><!-- ngRepeat: m in c.notifications track by $index --></div>
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 03:08 AM
You can add messages into this container
from client script:
spUtil methods:
addErrorMessage
addInfoMessage
addTrivialMessage
Documentation: documentation/widget_client_script_apis.md at master · service-portal/documentation · GitHub
from server scripts:
Glide System methods:
gs.addInfoMessage,
gs.addMessage
Documentation: GlideSystem - ServiceNow Wiki