Sys_id type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 09:06 AM
Sys_id is the output of which type of fields in service now? More than one answer
1.choice
2.list
3.reference
4.record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 09:12 AM
Hi @kiran kumar m1 please go through the below community article you'll get complete understanding how sys_id in servicenow works
Thanks & Regards,
Eswar Chappa
Mark my answer correct and Helpful if this helps you 😀
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 09:30 AM
Hi
SYS_ID is a record unique idetifier in ServiceNow . A unique 32-character GUID (Globally Unique ID), called a Sys ID (sys_id) identifies each record in an instance. There are various ways a record is assigned a sys_id. When created within the application, sys_id values are unique.
if you get answer please mark helpful and accept solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 09:34 AM
Hello @kiran kumar m1 Usually SYS_ID will be applicable for reference and list type fields .Because when ever a field is created with reference to some table and you try to access the field value it will give you the sys_id of the referred record.
And also if you want to set the reference or list value you need to set the sys_id of the record you want to refer.
So the answer would be 2 and 3
Hope this helps
Mark the answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 03:43 AM
@kiran kumar m1 Please close the thread by marking the appropriate answer as correct so that it will be helpful for future readers