Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Find the table name of Table sys id in attachments - Before catalog item submission

Anish Reghu
Kilo Sage

Dear experts,

find_real_file.png

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

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Anish Reghu 

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

17 REPLIES 17

you can scan any table by just simply search the sys_id using SNUtil.

Please Mark Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg

but where to search and how to use the slashcommands?

I think it needs some configuration to be done to be used.

@Sulabh Garg can you please guide on how you bring that popup (slashcommands - on the top left) shown in your screenshot? I do have the extension installed and I can see the Slashcommands tab in it, but your view is different. And when I execute the same command as you have given, it returns nothing.

How do I activate the slashcommands?

I have installed the chrome extension, but doing a CTRL+/ does not do anything.

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