- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 10:06 PM
Hi, there.
I'd like to know how to find the record from a specific sys_id.
If I know this sys_id is about incident, record producer, etc, I can find it by using
e.g)
sys_id=5d795d9047118610605eefbf016d4347, I know that this sys_is is incident.
I put sys_id number to the last part.
https://xxxxxxxx.service-now.com/nav_to.do?uri=incident.do?sys_id=5d795d9047118610605eefbf016d4347
However, if I don't know what it is or only I know is JUST this sys_id.
What should I find the record by using only this sys_id.
I 've found this community article, but I'd like to know the difference way(Not using script).
Any ideas?
Best regards,
Mayuko
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 10:30 PM
Hi @Mayuko MURAMOTO ,
You can utilize SNUtils here.
You can download the SNUtils browser extension with the below:
Once added to chrome, navigate to your ServiceNow instance and use '/' command and paste the sys_id as below screenshot and hit enter. It will open the record.
Please hit like and mark my response as correct if that helps.
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 11:13 PM
Refer to the below link.
Thanks
dgarad