SchedulesscheduleWorkdayPatterns
Assigns workday patterns to schedules for consistent application.
Columns
| Name | Type | Description |
| SchedulesScheduleId [KEY] | Long | Unique identifier linking this workday pattern entry to a specific schedule. |
| SchedulePatternId [KEY] | Long | Unique identifier for the schedule workday pattern entry. |
| PatternSequenceNumber | Long | Defines the sequence order in which patterns are applied within the schedule. |
| PatternId | Long | Unique identifier for the associated workday pattern within the schedule. This is a required input. |
| PatternName | String | The name of the workday pattern assigned to the schedule. |
| CreatedBy | String | Username or system entity that created this schedule workday pattern entry. |
| CreationDate | Datetime | Timestamp indicating when this schedule workday pattern entry was initially created. |
| LastUpdateDate | Datetime | Timestamp indicating when this schedule workday pattern entry was last updated. |
| LastUpdatedBy | String | Username or system entity that last modified this schedule workday pattern entry. |
| Finder | String | A system-defined query or lookup used to retrieve schedule workday pattern records. |
| ScheduleId | Long | Unique identifier for the parent schedule to which this workday pattern is assigned. |
| ScheduleTypeCode | String | Defines the type of schedule linked to this workday pattern association. |