- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 04:31 AM
Hi ServiceNow Folks,
I have a requirement to create a report on catalog items (sc_cat_item) which are not used from last 19 months. How can I achieve this?
Thanks
Mani Polisetty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 03:16 AM
Hello @Mani Polisetty2
Please make sure that you have selected no in the place of arrow in the below screenshot:-
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 04:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 02:39 AM
Hi Murthy,
Great thanks for your response, I have tried this but it's not working. In related list conditions I have given Requested Item --> Item and then 'created relative after 19 months ago'. The list of catalog items got listed in report but they are created recently also.
The query is taking the catalog items created recently.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 04:44 AM
Hi, create the filter sc_req_item table and find last 19 months record.
Create a DB view and map with sc_cat_item and write the join based on cat_item field. Find the what are the catalog item is not part last 19 months.
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 06:09 AM
Hi Tera Guru,
Great thanks for your quick response, I haven't created database view's yet. Can you please help me more to create it.
Thanks
Mani Polisetty