title: "DayProgramme" category: reference tags: [entity, day-programme, datamodel] source: Entities.xml date: 2026-04-17 status: published
DayProgramme
Type: Entity Properties: 13 Contexts: 5 Statussen: 2
DB-schema:
lookup_table_schema("DayProgramme")· ../tables/DayProgramme
Contextsbewerken
- 0: TD (
DayProgrammeContext.None) - 1: TD (
DayProgrammeContext.TD) - 2: MID (
DayProgrammeContext.MID) - 4: IT (
DayProgrammeContext.IT) - 8: Geen activiteiten (
DayProgrammeContext.NoActivities)
Statussenbewerken
- -1: Trash (
DayProgrammeStatus.Trash) - 0: None (
DayProgrammeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | DPID | 9 | false | |
| Context | Context | DPCONTEXT | false | 1 | |
| DataProvider | UltimoString | DPDATAPROVIDER | 50 | true | |
| DayProgrammeEntries | List[DayProgrammeEntry] | DPENDPID | false | ||
| DayScheduleDayProgrammes | List[DayScheduleDayProgramme] | DSDPDPID | true | ||
| Description | UltimoString | DPDESCR | 200 | true | |
| Exported | Boolean | DPEXPORTED | false | ||
| ExternalId | UltimoString | DPEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | DPEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | DPPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | DPRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | DPRECSTATUS | false | ||
| TransferNextTime | Boolean | DPTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("DayProgramme")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("DayProgramme")· ../tables/DayProgramme DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="DayProgramme")Before/After Save events voor DayProgramme. Bron:workflows.xml.