Ticker Widget

jralph
Mega Contributor

Does anyone know how a can add a ticket widget to a homepage. This would look like the News alert you see scrolling on a building in Time Square.

 

I want to add something like a stock ticket at the top of a homepage so that when there is a company wide alert that needs to go out, it can be displayed there.   Something like letting people know that email is down and being worked on.   Any help would be appreciated.

 

Thanks,

June

21 REPLIES 21

Hi,



I am imported the update set to ServiceNow Instance. Please check the "My Admin" Homepage.


Update set : Ticker Widget



Please mark answer as correct, if it was really helpful 🙂



Regards,


Solutioner


Logo.png


Enhance Knowledge NOW@ www.solutioningnow.com


http://www.solutioningnow.com/


Hi Solutioner now,



As I am looking for your solution too, i wanted to check your update set, but can you check your instance as i cannot see or login to your link.


thanks


Patrik


The ServiceNow demo instances reset regularly, so what Solutioner uploaded is probably not available there anymore.



Are people having trouble seeing the attachments on this reply?: Re: Ticker Widget


Hi Solutioner Now,



Even i'm looking for the same solution. Would you mind sharing the xml of the updateset.


yogeshpoyyara
Mega Expert

<marquee behavior="scroll" direction="left">Important Alert: Ticket# {{data.incidentNumber}} , Short Description: {{data.shortDescription}}</marquee>


Use the above in a new Widget(in Helsinki)/Dynamic content(in Content management). Let me know if you need assistance with getting the incident number in the Server script section. The incident to be fetched can depend on filter query for example to fetch the Sev 1 incidents.


If you need a separate table to add your own alerts, create a table with required columns and then frame the query accordingly in the client script section.