- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2017 02:04 AM
Hi All,
When you log into the Hi portal there is a header banner explaining Service Now are aware of the Petya Ransomware. (screenshot below) We would like to implement something similar on our customer service portal so we can display any known major incidents to our customers and this could then link to a knowledge article that we create or maybe even to a record producer for our customers to add any comments linked to the incident.
I was wondering how we could implement such a notification banner and if there were any OOB widgets to achieve this? We are currently using the Helsinki version of SN
Any help is greatly appreciated.
Thanks
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 06:32 AM
I found the following on share.servicenow which is what I was looking for:
Hope this helps anyone else who is looking for something similar. I've just downloaded this into a developer instance and it looks great.
Thanks to Frank Schuster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2017 02:41 AM
Hi Sam,
the header banner is run by enabling a set of properties. You can get all the information here (docs.servicenow.com): Modify the banner
I hope this helps you further,
Lucas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2017 02:57 AM
Hi,
I have done something similar to what you are asking.
For this I have added my required text and additional styles in My company from navigator.
Follow the below steps:
System properties-->My Company
THEN ADD THE CODE AS BELOW
P.S: Usually the Banner text field will not be seen on the form, so please add that from the form layout if not visible. And the size of the field is limited. If you want to add large text/more html code to your text, increase the size of the fied from configure dictionary.
Regards,
Sowmya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 05:17 AM
Hi Sai,
Thanks for the above, however we want a notification banned to display on our Service Portal and not the instance. We would like this to only appear when we know we have a major instance.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2017 03:01 AM
Hello Sam,
Do you want this is service portal or instance?