cmn_schedule
Stores schedules that represent business hours, on-call rotations, or maintenance windows.
Columns
| Name | Type | ReadOnly | References | Description |
| parent | String | False |
References the parent schedule record that this entry is associated with in the Common Schedule (cmn_schedule) table. | |
| document_key | String | False |
Specifies the unique identifier for the document or record linked to the schedule. | |
| type | String | False |
Indicates the type of schedule, such as business hours, maintenance window, or blackout period. | |
| description | String | False |
Provides a brief explanation of the schedule's purpose or intended use. | |
| read_only | String | False |
Indicates whether the schedule record is read-only, restricting editing or modification. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the schedule record in ServiceNow. | |
| document | String | False |
References the related document or configuration record that provides additional details about the schedule. | |
| time_zone | String | False |
Specifies the time zone in which the schedule operates to ensure accurate time-based calculations. | |
| name | String | False |
Lists the name of the schedule for easy identification within scheduling configurations. | |
| sys_policy | String | False |
Lists any system policy applied to this schedule, such as update or access restrictions. | |
| sys_replace_on_upgrade | String | False |
Indicates whether the schedule should be replaced automatically during system upgrades. | |
| sys_customer_update | String | False |
Shows whether the record has been modified by a customer, which affects update tracking. | |
| sys_scope | String | False |
Specifies the application scope defining where this schedule is available or applicable. | |
| sys_package | String | False |
Identifies the package or application module that contains the schedule configuration. | |
| sys_updated_on | Datetime | False |
Displays the date and time when the schedule record was last updated. | |
| sys_created_on | Datetime | False |
Displays the date and time when the schedule record was first created. | |
| sys_name | String | False |
Lists the system name assigned to the schedule record for internal reference. | |
| sys_updated_by | String | False |
Lists the user or process that last updated the schedule record. | |
| sys_created_by | String | False |
Lists the user or process that originally created the schedule record. | |
| sys_class_name | String | False |
Specifies the system class name that defines the type of record stored in the Common Schedule (cmn_schedule) table. | |
| sys_mod_count | String | False |
Tracks the total number of times the schedule record has been modified. | |
| sys_update_name | String | False |
Provides the name of the update set entry that includes this schedule record. |