cmn_other_schedule
Maintains non-standard schedules, such as maintenance or on-call availability calendars.
Columns
| Name | Type | ReadOnly | References | Description |
| sys_created_by | String | False |
Lists the user or process that originally created the schedule record in the Common Other Schedule (cmn_other_schedule) table. | |
| sys_updated_by | String | False |
Lists the user or process that last updated the schedule record. | |
| type | String | False |
Specifies the type of schedule, such as maintenance, blackout, or availability schedule. | |
| child_schedule | String | False |
References a child schedule linked to the current record, allowing for nested or dependent scheduling. | |
| sys_mod_count | String | False |
Tracks the total number of times the schedule record has been modified. | |
| sys_updated_on | Datetime | False |
Displays the date and time when the schedule record was last updated. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the schedule record in ServiceNow. | |
| time_zone | String | False |
Specifies the time zone in which the schedule operates, ensuring correct timing for global operations. | |
| schedule | String | False |
Defines the name or reference to the schedule applied to the record. | |
| sys_created_on | Datetime | False |
Displays the date and time when the schedule record was first created in the system. |