WorkdayPatterns
Defines workday patterns by detailing shifts and active days, forming the foundation for scheduling and time management.
Columns
| Name | Type | Description |
| PatternId [KEY] | Long | Unique identifier for the workday pattern. |
| Name | String | The name assigned to the workday pattern when it is created. This attribute is required. |
| Description | String | A brief description of the workday pattern, providing additional context. |
| PatternTypeCode | String | Code representing the type of pattern being created. Valid values include Time, Duration, and Elapsed. This attribute is required. |
| LengthInDays | Long | Specifies the number of days in the workday pattern before it repeats. Determines how the assigned shifts fill within this cycle. This attribute is required. |
| CreatedBy | String | Username or system entity that created this workday pattern entry. |
| CreationDate | Datetime | Timestamp indicating when this workday pattern entry was initially created. |
| LastUpdateDate | Datetime | Timestamp indicating when this workday pattern entry was last updated. |
| LastUpdatedBy | String | Username or system entity that last modified this workday pattern entry. |
| Finder | String | A system-defined query or lookup used to retrieve workday pattern records. |