title: "DayProgrammeEntry" category: reference tags: [entity, day-programme-entry, datamodel] source: Entities.xml date: 2026-04-17 status: published
DayProgrammeEntry
Type: Entity Properties: 12 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("DayProgrammeEntry")· ../tables/DayProgrammeEntry
Contextsbewerken
- 0: Standaard (
DayProgrammeEntryContext.None)
Statussenbewerken
- -1: Trash (
DayProgrammeEntryStatus.Trash) - 0: None (
DayProgrammeEntryStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.DayProgramme | DayProgramme | DPENDPID | false | ||
| Id.WorkPeriod | WorkPeriod | DPENWPID | false | ||
| Context | Context | DPENCONTEXT | false | ||
| DataProvider | UltimoString | DPENDATAPROVIDER | 50 | true | |
| Duty | Duty | DPENDUTID | true | ||
| Exported | Boolean | DPENEXPORTED | false | ||
| ExternalId | UltimoString | DPENEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | DPENEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | DPENPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | DPENRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | DPENRECSTATUS | false | ||
| TransferNextTime | Boolean | DPENTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("DayProgrammeEntry")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("DayProgrammeEntry")· ../tables/DayProgrammeEntry DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="DayProgrammeEntry")Before/After Save events voor DayProgrammeEntry. Bron:workflows.xml.