
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2019 01:11 PM
Hi,
When we have an outage we add the details which shows on the System Status page while the outage is going on.
However, once resolved it only shows the below
Is it possible to show the details in this section within the business service when you click into it?
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2019 07:20 AM
Hi,
I logged this with Service Now who said this is by design and OOB
Solution is
Solution Proposed: As this is an OOB behavior, you might need to customize the server script of the 'Service Status' widget to achieve your business requirement. -> Create a clone of the 'Service Status' widget. Modify the server script of the widget to push 'short_description' of an outage record to the 'day' array (you might need to add the script after line no.25) -> After pulling the value of 'Short Description' you can make use of this in HTML template using OOB angualr directive ng-bind-html -> You can also clone OOB 'Service History' widget to show full details of an outage record on the portal page 'service_status'

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2019 01:13 PM
Hi,
Please try pressing ctrl+right-click on that widget and see what options are available to you. See if there's a "show details" checkbox or try looking under instance options, if needed.
Please mark reply as Helpful/Correct. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2019 12:44 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2019 07:20 AM
Hi,
I logged this with Service Now who said this is by design and OOB
Solution is
Solution Proposed: As this is an OOB behavior, you might need to customize the server script of the 'Service Status' widget to achieve your business requirement. -> Create a clone of the 'Service Status' widget. Modify the server script of the widget to push 'short_description' of an outage record to the 'day' array (you might need to add the script after line no.25) -> After pulling the value of 'Short Description' you can make use of this in HTML template using OOB angualr directive ng-bind-html -> You can also clone OOB 'Service History' widget to show full details of an outage record on the portal page 'service_status'