- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2025 02:13 PM
Need catalog tasks report that shows me all (OPEN) records that HAVE NOT been updated > 48 hours.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2025 10:28 PM
Hi @DominionA007 ,
Follow below steps.
1. Navigate to reports module and create new.
2. Select sc_task table and put below filter condition.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2025 07:57 PM
Hi @DominionA007 ,
You can just create a report based on updated is more than relative 48 hours ago.
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2025 08:13 PM
Hello @DominionA007
You can create report on Catalog Task [sc_task] table, by putting conditions as per below snip:
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 06:51 AM
Is relative, means not updated?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2025 07:27 AM
Hello @DominionA007 - No.
To clear how to use relative operator and its use-cases have a look on this video done by @Uncle Rob 😇
https://youtu.be/VaFUWcmQ6l4?si=4JdfHaFxJ2LLxzqx
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.