Report on the sys id of all catalog items

sam222
Tera Contributor

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.

3 REPLIES 3

SAI VENKATESH
Tera Sage
Tera Sage

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

That is unfortunately the issue I am hoping to figure a solution to. 

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