- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 02:59 AM
Hello All,
I have requirement that create report on, which assets has been assigned to user who is Requested for from catalog task table.
Could you please help me out to create report through script or through Database view ?
Thank you,
Sourabh A
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 03:25 AM - edited 03-27-2025 03:36 AM
Hello @SourabhAkiwate ,
As others have pointed out, there is no "Requested for" field on the Catalog Task table. I am going to assume you mean the "Requested for" of the RITM.
This is how your Database View would need to be configured to achieve that:
It will give you something like this:
Or, if you really need that report to be based on the Catalog Tasks, you would need to join all three tables, like this:
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 03:15 AM
on catalog task where are you storing the asset? some custom field or OOB one?
If yes then you can join sc_task table and alm_asset table
what did you start with and where are you stuck?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 03:19 AM
Requested for is not a field on the Catalog Task table. Are you viewing the field from the Request (sc_request) or Requested Item (sc_req_item) table on your Catalog Task form, or do you have a custom field on the sc_task table? If you are viewing from one of the other tables, in the report do you need to see fields from sc_task specifically (like Catalog Task number), or will a join on whichever (RITM or REQ) show you the fields you need?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 03:20 AM
Hello @Ankur Bawiskar ,
We are not storing asset on sc_task table.
Actually I need a report on : Assets owned by requested for (catalog task) table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 03:31 AM
you can join sc_req_item and alm_asset as per @Robert H
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader