Is there othre way to put annnouncement except banner?

GaominZ
Tera Contributor

As the title, is there any way to put announcment other than banner annoucement?

The one I am consider to put is a guide that says "Users who first login in ServiceNow please check the user guide here (click or show attachement etc.)"

currently I put the Servicenow manual guide in Knowledge but many users dont know how to find them the first time login in. 
If anyone has good idea please kindly share, thank you!

2 REPLIES 2

raj chavan
Tera Guru

Hi @GaominZ 

there are several alternative to just using a banner announcement 

1- Use a UI script + UI page + modal popup 

ui script that check if the user has already seen the message 

ui page that contain your message

possibly store a flag in user preference or cuctom field so it shows only once 

 

 

2-Info message on Home/Dashboard page 

- use glideSession.addInfoMessage() in script include or ui policy tro dispaly a short message on homepage or portal landing page

3 - Guided tours (if available in your license)

 

 

Kindly mark it correct and helpful if it is applicable.

Thanks,

Raj

Shubham_Jain
Mega Sage

@GaominZ  Kindly refer below articles and video - that would help you to get insights about this topic. 

 

Create an announcement

 

ServiceNow Announcement Module: Simplify Communication Across Your Organization - YouTube

✔️ If this solves your issue, please mark it as Correct.


✔️ If you found it helpful, please mark it as Helpful.



Shubham Jain