cmn_schedule_page
Defines schedule pages that organize related schedules or calendar segments for easier management.
Columns
| Name | Type | ReadOnly | References | Description |
| init_function | String | False |
Specifies the initialization function that runs when the schedule page loads, defining setup or configuration logic. | |
| client_script | String | False |
Contains client-side script code used to control interactive behavior and user interface elements on the schedule page. | |
| description | String | False |
Provides a brief explanation of the schedule page's purpose or how it is used within the system. | |
| name | String | False |
Lists the name of the schedule page for easy identification within ServiceNow. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the schedule page record in the Common Schedule Page (cmn_schedule_page) table. | |
| header_html | String | False |
Stores custom HTML content displayed in the header section of the schedule page. | |
| view_type | String | False |
Defines the layout or view type for displaying scheduling information, such as calendar or timeline view. | |
| type | String | False |
Indicates the schedule page type, helping distinguish between different implementations or page categories. | |
| server_script | String | False |
Contains server-side script logic that executes on the backend to handle data processing or schedule retrieval. | |
| sys_policy | String | False |
Lists the system policy applied to this schedule page, defining permissions or update behavior. | |
| sys_replace_on_upgrade | String | False |
Indicates whether the schedule page is replaced automatically during system upgrades. | |
| sys_customer_update | String | False |
Shows whether the schedule page has been modified by a customer, affecting how updates are tracked. | |
| sys_scope | String | False |
Specifies the application scope defining where this schedule page is available or used. | |
| sys_package | String | False |
Identifies the package or application module that contains the schedule page record. | |
| sys_updated_on | Datetime | False |
Displays the date and time when the schedule page record was last updated. | |
| sys_created_on | Datetime | False |
Displays the date and time when the schedule page record was first created. | |
| sys_name | String | False |
Lists the system name assigned to the schedule page for internal identification. | |
| sys_updated_by | String | False |
Lists the user or process that last updated the schedule page record. | |
| sys_created_by | String | False |
Lists the user or process that originally created the schedule page record. | |
| sys_class_name | String | False |
Specifies the system class name that defines the type of record stored in the Common Schedule Page (cmn_schedule_page) table. | |
| sys_mod_count | String | False |
Tracks the total number of times the schedule page record has been modified. | |
| sys_update_name | String | False |
Provides the name of the update set entry that includes this schedule page record. |