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.

Details of Sys_Id

Dev M
Tera Contributor

I have only Sys_Id. How to get its details where it belongs to like which Table, Record, Etc.
I tried is by using a script in the Scripts Background but couldn't get the details. What is the best practice to do so.

16 REPLIES 16

I don't have permission to install the extension. It's my work laptop.
kindly let me know if any other process.

@Dev M OMG, I hate when companies are blocking the software!
Try different browser, in my case it was blocked for chrome, but allowed for edge and firefox...

Or communicate with your manager if there is any chance to get an exception, if not, there is only one method how to find the record based on its sys_id, you can copy it to the global search but it is far away from what it could be with this extension.

Global search > copy sys id + enter:

KamilTEL_0-1750690502755.png

 

This works only for some records, not always...

_____
This reply is 100 % GlideFather and 0 % AI

Yes please, let me know @Dev M how do you like it, I can guarantee you that if the SNUtils is new for you, it will change the whole paradigm of how the platform can be maintained :)))))

_____
This reply is 100 % GlideFather and 0 % AI

J Siva
Kilo Patron
Kilo Patron

Hi @Dev M 

Just paste the sys_id in the global search and see.

If you have access to that record, in the search result you'll get the record.

 

Regards,

Siva

Dev M
Tera Contributor

Hi Siva
I tried it already didn't get the expect result.