SchedulesscheduleExceptionAssociations
Links schedule exceptions to specific schedules for broader applicability.
Columns
Name | Type | Description |
SchedulesScheduleId [KEY] | Long | Unique identifier linking this exception association entry to a specific schedule. |
ScheduleExceptionId | Long | Unique identifier for the schedule exception being assigned. This is a required input. |
ScheduleExceptionAssociationId [KEY] | Long | Unique identifier for the schedule exception association entry. |
ScheduleId | Long | Unique identifier for the parent schedule to which the exception is assigned. This is a required input. |
ScheduleExceptionName | String | The name of the schedule exception that is associated with the schedule. |
CreatedBy | String | Username or system entity that created this schedule exception association entry. |
CreationDate | Datetime | Timestamp indicating when this schedule exception association entry was initially created. |
LastUpdateDate | Datetime | Timestamp indicating when this schedule exception association entry was last updated. |
LastUpdatedBy | String | Username or system entity that last modified this schedule exception association entry. |
Finder | String | A system-defined query or lookup used to retrieve schedule exception association records. |
ScheduleTypeCode | String | Defines the type of schedule linked to this schedule exception association. |