View tasks were SLA's were not attached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 02:59 AM
Is it possible to view tasks (incident, ritm etc) where SLA's were not attached?
- Labels:
-
Service Level Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 03:08 AM
You could create a simple report of type list with a No related list condition:
Here I have created one that lists all Incidents with no SLAs attached. You can - of course - e.g. select an SLA defintion condition in the Related List Conditions so that you only check for certain SLAs. And you can report on Task directly and limit the records to include by Task type (Incident, Requested Item, etc).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 09:57 AM
I found this helpful thank you for answering this question @-O-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2022 05:31 AM
You're welcome! 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 03:08 AM
Hi
You create a database view between sc_req_item and task_sla. It needs to have a left join of the sc_req_item table - this will make the view display all items, mo matter if they have a sla or not.
Then you can simply search in the view for all the ritm which have no sla definition
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep