I have the sys_id, How to find the which record, I don't know the table name

dhineshkumar
Tera Guru

Can any one assist to me how to find the record using the sys_id, I dont know the table name.

1 ACCEPTED SOLUTION

SumanthDosapati
Mega Sage
Mega Sage

Hi @dhineshkumar ,

You can try adding "SN Utils - Tools for ServiceNow" extension in your browser. With this you can get many features out of which sysid search is one.

 

Or else run background script as mentioned in this link

 

Mark as correct and helpful if it solved your query.

Regards,

Sumanth

View solution in original post

14 REPLIES 14

SumanthDosapati
Mega Sage
Mega Sage

Hi @dhineshkumar ,

You can try adding "SN Utils - Tools for ServiceNow" extension in your browser. With this you can get many features out of which sysid search is one.

 

Or else run background script as mentioned in this link

 

Mark as correct and helpful if it solved your query.

Regards,

Sumanth

@dhineshkumar ,

Did you try SN Utils

 

 

 

 

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

quite a common question

sharing links for help

Useful Background Script - Find a record by its sys_id

Search for a specific sys_id

Regards
Ankur

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

Hi Ankur 

I have gone through the script, I am not sure where I want to add the check the script, Please guide me.