CSA · Question #54
What is a sys_id?
The correct answer is A. Unique 32-character identifier that is assigned to every record. A sys_id is a unique 32-character globally unique identifier (GUID) automatically assigned by ServiceNow to every record created in the database.
Question
What is a sys_id?
Options
- AUnique 32-character identifier that is assigned to every record
- BA client-side Business Rule
- CA server-side Business Rule
- DUnique 64-character identifier that is assigned to every record
How the community answered
(32 responses)- A91% (29)
- C6% (2)
- D3% (1)
Why each option
A sys_id is a unique 32-character globally unique identifier (GUID) automatically assigned by ServiceNow to every record created in the database.
The sys_id is a unique 32-character hexadecimal string that acts as the primary key for every record in a ServiceNow table, ensuring each record can be uniquely identified across the instance.
A client-side Business Rule is a script that runs on the client-side (web browser) and is unrelated to identifying records.
A server-side Business Rule is a script that runs on the server-side when a record is inserted, updated, deleted, or queried, and is unrelated to identifying records.
The sys_id is 32 characters long, not 64 characters.
Concept tested: sys_id definition
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/currency/reference/sys-id.html
Topics
Community Discussion
No community discussion yet for this question.