Banner message in SOW

varanyas024
Tera Contributor

Need to add message on the banner of knowledge article in SOW. What to do?

 

3 REPLIES 3

GlideFather
Tera Patron

ahoy @varanyas024,

 

have you tried an onLoad client script with:

g_form.addInfoMessage('your_message')?

 

 Eventually the banner announcement?

https://yourinstance.service-now.com/now/nav/ui/classic/params/target/sys_ux_banner_announcement.do

GlideFather_0-1778075191258.png

 

But the announcement will be displayed in SOW as well as native UI, I don't know the way how to display only in SOW

 

_____
Answers generated by GlideFather. Check for accuracy.

Ankur Bawiskar
Tera Patron

@varanyas024 

is it KB article record which you are opening in SOW?

if yes and you want to show message you can use 2 options

1) onLoad client script

g_form.addInfoMessage('Your message');

OR

2) Display Business rule on KB article table

gs.addInfoMessage('Your message');

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

@varanyas024 

Hope you are doing good.

Did my reply answer your question?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader