system_db_object
Stores metadata for database objects, including tables and views in the ServiceNow schema.
Columns
| Name | Type | ReadOnly | References | Description |
| is_extendable | String | False |
Indicates whether the database object can be extended to create new tables or subclasses. | |
| client_scripts_access | String | False |
Specifies the level of access client scripts have to this database object. | |
| delete_access | String | False |
Determines whether records in this database object can be deleted by authorized users. | |
| live_feed_enabled | String | False |
Indicates whether live feed or real-time updates are enabled for this database object. | |
| actions_access | String | False |
Specifies the permissions for performing record actions such as updates or approvals. | |
| update_access | String | False |
Defines whether users have the right to modify existing records within the object. | |
| number_ref | String | False |
References the field used for generating or identifying record numbers within the object. | |
| provider_class | String | False |
Specifies the backend provider class that defines the behavior of this database object. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) for the database object record. | |
| create_access | String | False |
Defines whether users have permission to create new records in this database object. | |
| label | String | False |
Specifies the display label or friendly name used to identify the database object. | |
| super_class | String | False |
Indicates the parent or base class from which this database object inherits properties. | |
| access | String | False |
Defines the general access settings controlling visibility and interaction with this object. | |
| alter_access | String | False |
Specifies whether schema modifications, such as adding fields or indexes, are permitted. | |
| user_role | String | False |
Identifies the user role required to access or modify records in this database object. | |
| create_access_controls | String | False |
Determines whether access controls can be created for managing object-level security. | |
| extension_model | String | False |
Specifies the type of model used to manage how this object can be extended or reused. | |
| name | String | False |
Provides the system name used to reference the database object internally. | |
| configuration_access | String | False |
Indicates whether configuration-level access is permitted for managing object properties. | |
| ws_access | String | False |
Specifies the level of Web Services (WS) access allowed for integrations or API calls. | |
| read_access | String | False |
Defines whether users can view records stored in this database object. | |
| sys_policy | String | False |
Specifies the system policy that governs how this record behaves during updates or upgrades. | |
| sys_replace_on_upgrade | String | False |
Indicates whether the object definition should be replaced during platform upgrades. | |
| sys_customer_update | String | False |
Shows whether this record was customized by a customer or delivered by the base system. | |
| sys_scope | String | False |
Identifies the application scope that owns this database object. | |
| sys_package | String | False |
References the application package that includes this object definition. | |
| sys_updated_on | Datetime | False |
Records the date and time when the database object record was last updated. | |
| sys_created_on | Datetime | False |
Records the date and time when the database object record was originally created. | |
| sys_name | String | False |
Stores the internal name used to identify the object within the system. | |
| sys_updated_by | String | False |
Identifies the user who last modified the database object record. | |
| sys_created_by | String | False |
Identifies the user who initially created the database object record. | |
| sys_class_name | String | False |
Defines the system class associated with this database object, indicating its type or purpose. | |
| sys_mod_count | String | False |
Tracks the number of times the record has been modified since creation. | |
| sys_update_name | String | False |
Contains the unique update name used for tracking changes to this database object. |