Where are sys_id's stored??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2018 06:38 AM
HI,
I was curious, is there a table where sys_id's are saved. If no, then where are sys_id's stored??
- Labels:
-
Instance Configuration
- 1,496 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2018 06:39 AM
Other than the sys_id column field on each table they aren't stored anywhere.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2018 06:51 AM
As already Mark said (and you should listen to him as he is one of the top gurus),
no table, this is a mechanism to identify unique object (a record is object as well). Check this from SN docs:
https://docs.servicenow.com/bundle/london-platform-administration/page/administer/table-administration/concept/c_UniqueRecordIdentifier.html
Cheers,
Joro