Ticker Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2014 11:05 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2014 10:46 AM
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
Enhance Knowledge NOW@ www.solutioningnow.com
http://www.solutioningnow.com/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2014 12:15 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2014 09:07 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2014 12:33 AM
Hi Solutioner Now,
Even i'm looking for the same solution. Would you mind sharing the xml of the updateset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2016 05:09 AM
<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.