Sys_id type

kiran kumar m1
Tera Contributor

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

4 REPLIES 4

Eswar Chappa
Mega Sage
Mega Sage

Hi @kiran kumar m1  please go through the below community article you'll get complete understanding how sys_id in servicenow works

 

https://www.servicenow.com/community/developer-articles/servicenow-sys-id-importance-of-servicenow-s....

 

Thanks & Regards,

Eswar Chappa

Mark my answer correct and Helpful if this helps you 😀

Harish Bainsla
Kilo Patron
Kilo Patron

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.

https://www.servicenow.com/community/developer-articles/servicenow-sys-id-importance-of-servicenow-s....

if you get answer please mark helpful and accept solution

Mohith Devatte
Tera Sage
Tera Sage

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

@kiran kumar m1 Please close the thread by marking the appropriate answer as correct so that it will be helpful for future readers