Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Banner for Major incident

nameisnani
Giga Sage

Hi Team ,

 

We have requirement that whenever any incident prompted to P1 or P2 . In Service Portal in Banner it has come like this with scrolling. 

 

How to design this , can any one please help me here , how to implement this . 

 

Please provide steps and screenshot for better understanding .  

 

nameisnani_0-1711422312294.png

 

Thanks in advance 

 

2 REPLIES 2

Dr Atul G- LNG
Tera Patron

Hi @nameisnani 

 

I doubt scrolling will be there but you can try under banner announcements

AGLearnNGrow_0-1711449573061.png

 

 

****************************************************************************************
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
******************************************************************************************

Not applicable

Hi @nameisnani ,

 

You will have to customize the OOTB banner widget to add <marquee> tag to the text. This will lead to make the text spin.

 

you can clone the widget and use <marquee> to spin the text in HTML. I hope this helps....

 

You need it for announcement widget or as a static text ? for static text simply add the below code to widget and add to the portal page.

<marquee width="60%" direction="left" height="100px"> This is a sample scrolling text that has scrolls texts to left. </marquee>