how to find the record with the help of sys_id

Deepa12
Tera Contributor

Before the file migrated from dev to prod, i want to verify the sys_id exist into production or not. how to find the file with the help of sys_id.

4 REPLIES 4

Ravi9
ServiceNow Employee
ServiceNow Employee

you can do it programmatically ! via Glide record api 

Mohit Kaushik
Mega Sage
Mega Sage

Hi Deepa,

You can refer the below thread:

SN Pro Tips — Locate any record in any table, by sys_id in ServiceNow

 

Please mark this as correct and helpful if it resolved the query or lead you in right direction.

Thanks,
Mohit Kaushik
Community Rising Star 2022

Thanks,
Mohit Kaushik
ServiceNow MVP (2023-2025)

Hi Deepa,

Did you get a chance to look into my suggestion, If your query is resolved then please mark the answer as answered so that it can go from unanswered thread and others can also get benefited from the same.

 

Thanks,
Mohit Kaushik
Community Rising Star 2022

Thanks,
Mohit Kaushik
ServiceNow MVP (2023-2025)

Sagar Pagar
Tera Patron

You can check it in list view by

Sys ID CONTAINS your_sys_id

find_real_file.png

 

Thanks!

Sagar Pagar

The world works with ServiceNow