Unable to display error message on list edit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2015 11:35 PM
I am unable to display error messages on list edit for tables.I want to show error message like we ususally do using client script or business rule.I have tried using gs.addInfoMessage in business rule.But it lasts only for few seconds and if I update multiple records in list edit, multiple info messages appears on list.
I want to show a single message on list edit that lasts untill user closes it or for few more seconds.
Is it possible to implement on list edit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2015 04:30 AM
Field messages are not possible on list view, you can get the alert/message on the page itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2015 12:02 AM
Can we use UI Notification for list edit?
As per the below link
» How to Display Messages With UI Notifications in ServiceNow
we can show the error message on form but not on list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2015 01:03 AM
Hi Arpita,
I don't think using ui notification also you can control that it shows exactly where you want it.
Jim Coyne Can you help here?