Can we show a info message on top of list view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2015 07:31 AM
Please above image for reference?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2015 07:34 AM
What's your purpose in doing that? Is it always going to be at the top of the list or just in specific circumstances?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2015 07:42 AM
Its a business requirement to show 'Security access is required to view [some] related information'.
it's always going to stay on the top for certain listview (not for all list views)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2018 12:03 AM
Did you find a way to do this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2020 10:47 PM
Use below script at client side to show message on list view
GlideUI.get().addOutputMessage({
msg:'Hello World' ,
type: "info",
id: 'hello_world_message'
});