Can we show a info message on top of list view?

nthumma
Giga Guru

Capture3.JPG

Please above image for reference?

7 REPLIES 7

Brad Tilton
ServiceNow Employee
ServiceNow Employee

What's your purpose in doing that? Is it always going to be at the top of the list or just in specific circumstances?


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)


PN5
Mega Contributor

Did you find a way to do this?

amitpol
Tera Contributor

Use below script at client side to show message on list view

GlideUI.get().addOutputMessage({
msg:'Hello World' ,
type: "info",
id: 'hello_world_message'
});