
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 07:10 AM
Need to find a way to show RITM records that have no tasks created against them. We had a BR fail for creating requests/RITMS without tasks being created even though the flow designs had tasks.
We have since fixed that issue but we just want to ensure that there are no open RITMS with No Tasks lingering out there
I tried creating a report based on the requested item table with the related list condition of Catalog Task -Requested Item but that did not return the correct records - it returned the RITMS WITH tasks, not without tasks.
Thanks
Solved! Go to Solution.
- Labels:
-
Service Level Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 09:26 AM
@tery ,
I tried to create a report on sc_req_item table and under filter, we have an option "Related List condition" select that as equal to 0 and the table can be Catalog Task Request Item, I was able to fetch a report of RITM's that did not have an task
Hope this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 07:42 AM - edited 05-03-2023 07:44 AM
You will need to create a database view with a left join. Here is how the tables should be configured.
This will give you both ritms with and without tasks. So when you use it in a report you will just need to filter on the number from the sc_task table is empty.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 08:05 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 08:20 AM
I don't see the left join. Make sure you add that to the list layout and set it to true for sc_task table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 08:36 AM