title: "WorkPeriod" category: reference tags: [entity, work-period, datamodel] source: Entities.xml date: 2026-04-17 status: published
WorkPeriod
Type: Entity Properties: 17 Contexts: 5 Statussen: 2
DB-schema:
lookup_table_schema("WorkPeriod")· ../tables/WorkPeriod
Contextsbewerken
- 0: TD (
WorkPeriodContext.None) - 1: TD (
WorkPeriodContext.TD) - 2: MID (
WorkPeriodContext.MID) - 4: IT (
WorkPeriodContext.IT) - 8: Wachtoverdracht (
WorkPeriodContext.ShiftHandover)
Statussenbewerken
- -1: Trash (
WorkPeriodStatus.Trash) - 0: None (
WorkPeriodStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | WPID | 9 | false | |
| Context | Context | WPCONTEXT | false | 1 | |
| DataProvider | UltimoString | WPDATAPROVIDER | 50 | true | |
| DayProgrammeEntries | List[DayProgrammeEntry] | DPENWPID | false | ||
| Description | UltimoString | WPDESCR | 200 | true | |
| Duration | Decimal | WPDURATION | false | 0 | |
| EndTime | Time? | WPENDTIME | true | ||
| Exported | Boolean | WPEXPORTED | false | ||
| ExternalId | UltimoString | WPEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | WPEXTERNALSTATUS | 50 | true | |
| InUse | Boolean | WPINUSE | false | ||
| NextWorkPeriod | WorkPeriod | WPNEXTWPID | true | ||
| ProviderMutationDate | DateTime? | WPPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | WPRECCREATEDATE | true | SYSDATETIME | |
| StartTime | Time? | WPSTARTTIME | true | ||
| Status | Status | WPRECSTATUS | false | ||
| TransferNextTime | Boolean | WPTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("WorkPeriod")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("WorkPeriod")· ../tables/WorkPeriod DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="WorkPeriod")Before/After Save events voor WorkPeriod. Bron:workflows.xml.