How to search from a sys_id

User175049
Mega Guru

I have an error that is giving me a sys_id , though I do not know what the record is tied to the sys_id.

How can you search with a sys_id? 

 

Thank you,

M

1 ACCEPTED SOLUTION

Gaurav Shirsat
Mega Sage

Hello 

 

Can you please share the screenshot?

after seeing the screenshot I can suggest you something for diagnose.

basically ServiceNow instance uses Zing Tool for searching. its quiet difficult to search by sys_id in global search, possible way is only in the table when  we know the table from the which the record belongs.

You can refer this SNProTip thread, which might be helpful for you.

 

Mark my Response as Correct or Helpful, if you find it Appropriate.
Gaurav Shirsat : ServiceNow Community MVP 2022
LinkedIn

View solution in original post

10 REPLIES 10

Gunjan Kiratkar
Kilo Patron
Kilo Patron

Hi @User175049 

 

Refer below article. They have provided script which you can run on background script by providing the sys_id.

Useful Background Script - Find a record by its sys_id 


Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

Gaurav Shirsat
Mega Sage

Hello 

 

Can you please share the screenshot?

after seeing the screenshot I can suggest you something for diagnose.

basically ServiceNow instance uses Zing Tool for searching. its quiet difficult to search by sys_id in global search, possible way is only in the table when  we know the table from the which the record belongs.

You can refer this SNProTip thread, which might be helpful for you.

 

Mark my Response as Correct or Helpful, if you find it Appropriate.
Gaurav Shirsat : ServiceNow Community MVP 2022
LinkedIn

@User175049 

did you get solution? any update on this?

Thanks

Gaurav

Thank you!