Report on the sys id of all catalog items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2024 03:08 PM
Hello ServiceNow community -
I am trying to run a report where I can gather the sys ID of all catalog items. I am hoping to have this in the same report as the catalog items' names and other related columns. Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2024 03:42 PM
Hi @Sam222,
Firstly the unique identifier for records is commonly referred to as "sys_id", but it might not be directly visible in the catalog item form or list view by default. Moreover, You can create a report on "sc_cat_item table and select the columns you need to show on report.
Thanks and regards
Sai Venkatesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2024 04:41 PM
That is unfortunately the issue I am hoping to figure a solution to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2024 06:16 PM
Hi @sam222
You can create a custom field and store the sys_id in that custom field and you can call that particular field in the report
Thanks and Regards
Sai Venkatesh