
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:04 AM
Dear experts,
The Table sys id highlighted in the pic above, how do I find the table name of that sys_id?
It is not sc_cat_item nor is it, sc_cart_item.
This is the attachment entry created before submission of the catalog item.
Regards,
Anish
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 03:03 AM
It seems you are adding file to some record producer or catalog item during submission
The sysId you are seeing is not any record of some table
It's a temporary GUID which ServiceNow generates and links it to sc_cart_item table during catalog form submission
More detailed discussion here
Is there a way to get the cart item id in portal
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:40 AM
you can scan any table by just simply search the sys_id using SNUtil.
Regards
Sulabh Garg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:45 AM
but where to search and how to use the slashcommands?
I think it needs some configuration to be done to be used.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:24 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 03:03 AM
How do I activate the slashcommands?
I have installed the chrome extension, but doing a CTRL+/ does not do anything.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 03:42 AM
Hey Sulabh,
While your answer did not help this question, returns undefined, but this is definitely helpful for someone searching a record with just the sys_id.
Brilliant one by Arnoud, indeed!
Cheers,
Anish