CSA · Question #462
Which field on every record contains a unique identifier for that record?
The correct answer is C. sys_id. Every record in every ServiceNow table has a 'sys_id' field - a 32-character GUID (globally unique identifier) that uniquely identifies that record across the entire platform. It is used internally for relationships, references, and API calls. 'sys_number' (A) is a…
Question
Which field on every record contains a unique identifier for that record?
Options
- Asys_number
- Bsc_req_item
- Csys_id
- Dsys_number_id
How the community answered
(22 responses)- B5% (1)
- C86% (19)
- D9% (2)
Explanation
Every record in every ServiceNow table has a 'sys_id' field - a 32-character GUID (globally unique identifier) that uniquely identifies that record across the entire platform. It is used internally for relationships, references, and API calls. 'sys_number' (A) is a human-readable sequential number (e.g., INC0001234) present only on certain tables and is not globally unique across all tables. 'sc_req_item' (B) is a specific table name, not a field. 'sys_number_id' (D) does not exist as a standard ServiceNow field.
Topics
Community Discussion
No community discussion yet for this question.