- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 09:17 AM
In Service Now Operation Workspace it is a really useful to have announcements for Priority 1 incidents to make our agents aware of what is happening with Major incidents, but sometimes we have scenarios where we have high priority incidents that we would like to publish to Service operations Workspace that may not be Major /Priority 1 incidents but still may have a significant impact on our service centre.
Is there a way of publishing announcements to Service Operations Workspace for priority 2 and 3 incidents if required?
Thanks
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 09:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 01:54 PM
Hi @Marty2
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
08-31-2024 12:57 AM - edited 09-02-2024 10:42 AM
Hey Marty,
Those announcements pull from outages. If you enter cmdb_ci_outage_list.list into the application navigator search, it'll open the list of outages.
From there you could use the create new button to view the form and input fields and devise a means of creating outages automatically when an incident is whatever priority you configure it for. Maybe a business rule?
Update: Here we go: looks like we need to learn about EVAM mappings. I was able to use the information below to add our Service Portal Announcements to the SOW Announcements block and use conditions to control which ones to display there.
https://docs.servicenow.com/bundle/xanadu-it-service-management/page/product/service-operations-work...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 08:42 AM
The link from @Tamara11 gets you to a good solution for what you are wanting to do; without making any changes to pages/variants in UI Builder, you can adjust the datasource conditions that control which records get displayed in the SOW Workspace as announcements.
A good overview is available on the ServiceNow Documentation site here.
But the short summary is there is an Application Navigator module for Entity View Action Mapper (EVAM) > EVAM Definitions. From that list of EVAM Definitions, you can open the record for "SOW - Announcements". From that record you would open whichever datasource you want to modify; for your requirement this would be "SOW - Major Incidents":
So you can use whatever combination of incidents you want to include, accepted major incidents and/or priority 2-3 incidents too. This is configured on this record using the same condition builder used to filter elsewhere in ServiceNow (lists, reports, etc.). The full steps/details for defining a datasource are described on the product documentation site (see URL higher up in this message).
Sean