ScheduleExceptions
Defines global schedule changes, such as holidays, applicable to assigned schedules.
Columns
Name | Type | Description |
ExceptionId [KEY] | Long | Unique identifier for the schedule exception entry. |
Name | String | The name assigned to the schedule exception when it is created. This attribute is required. |
Description | String | A brief description of the schedule exception, providing additional details on its purpose. |
ShortCode | String | An abbreviated identifier displayed for the schedule exception. |
ExceptionStartDate | String | The date when the schedule begins applying this exception. |
ExceptionEndDate | String | The date when the schedule stops applying this exception. |
PeriodTypeCode | String | Code representing the type of period the exception applies to, such as Off Period or Work Period. |
CategoryCode | String | Code representing the category of the exception, such as Holiday or Training. |
AllDayFlag | Bool | Indicates whether the exception applies to the entire day. 'True' means it applies for the full day; 'False' means it applies to specific hours within the day. Default is 'False'. |
CreatedBy | String | Username or system entity that created this schedule exception entry. |
CreationDate | Datetime | Timestamp indicating when this schedule exception entry was initially created. |
LastUpdateDate | Datetime | Timestamp indicating when this schedule exception entry was last updated. |
LastUpdatedBy | String | Username or system entity that last modified this schedule exception entry. |
Finder | String | A system-defined query or lookup used to retrieve schedule exception records. |