message to appear just after user logs in to platform or to service portal

Renata7
Tera Contributor

Hi Developers

I have requirement where info message should be displayed after each user logs into system (platform or service portal).
This message should be not a plain text which we could do with announcements on platform and on portal but in reach text format (colors, links, formatting).
I thought to do it using true/false sys_property which determines whether info message appears after login.
I thought to do it similarly to Yokohama MFA notifications (https://www.servicenow.com/docs/bundle/yokohama-platform-security/page/integrate/authentication/conc...). But it is not straight forward.

Any ideas or hints how to do it?

Thank you in advance
Renata

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Renata7 

 

"If you want to display this message in the native view:

  • UX Banner Announcement

AGLearnNGrow_0-1745574797093.png

 

And if on the portal:

  • Announcement feature"

  • AGLearnNGrow_1-1745574832899.png

     

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

As I wrote in the initial info it will not be covered by OOTB announcements.
Thank you.

Ankur Bawiskar
Tera Patron
Tera Patron

@Renata7 

if you want to use color, icon, html then refer this link and it should help you for platform

Header Message for ServiceNow 

For portal I doubt if UI script will work

As a workaround you can create a KB article with your HTML content and then include KB link in the portal announcement

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

It is more about showing info message as pop-up window, that should be closed by end user.