cmn_schedule_condition
Specifies conditions that determine when certain schedules apply based on context.
Columns
| Name | Type | ReadOnly | References | Description |
| parent | String | False |
References the parent schedule record that this condition belongs to within the Common Schedule Condition (cmn_schedule_condition) table. | |
| document_key | String | False |
Specifies the unique key identifying the document or record associated with the schedule condition. | |
| type | String | False |
Indicates the type of condition, such as inclusion or exclusion, used to control schedule applicability. | |
| description | String | False |
Provides a brief explanation of the purpose or logic behind the schedule condition. | |
| read_only | String | False |
Indicates whether the schedule condition is set as read-only, preventing modifications. | |
| document | String | False |
References the related document or configuration record that defines the condition details. | |
| time_zone | String | False |
Specifies the time zone in which the schedule condition is evaluated, ensuring correct timing across regions. | |
| name | String | False |
Lists the name of the schedule condition for easy identification within scheduling configurations. | |
| sys_id [KEY] | String | False |
Provides the system identifier (sys_id) that uniquely identifies the schedule condition record in ServiceNow. | |
| condition | String | False |
Defines the logical expression or criteria that determine when the condition is met within the schedule. |