Banner for Major incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 08:06 PM
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 .
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 03:39 AM
Hi @nameisnani
I doubt scrolling will be there but you can try under banner announcements
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 04:32 AM - edited 03-26-2024 04:34 AM
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>
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....