title: "Duty" category: reference tags: [entity, duty, datamodel] source: Entities.xml date: 2026-04-17 status: published
Duty
Type: Entity Properties: 15 Contexts: 4 Statussen: 2
DB-schema:
lookup_table_schema("Duty")· ../tables/Duty
Contextsbewerken
- 0: TD (
DutyContext.None) - 1: TD (
DutyContext.TD) - 2: MID (
DutyContext.MID) - 4: IT (
DutyContext.IT)
Statussenbewerken
- -1: Trash (
DutyStatus.Trash) - 0: None (
DutyStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | DUTID | 9 | false | |
| Available | Boolean | DUTAVAILABLE | false | 0 | |
| Context | Context | DUTCONTEXT | false | 1 | |
| DataProvider | UltimoString | DUTDATAPROVIDER | 50 | true | |
| DayProgrammeEntries | List[DayProgrammeEntry] | DPENDUTID | true | ||
| Description | UltimoString | DUTDESCR | 200 | true | |
| DutyWorkOrderTypes | List[DutyWorkOrderType] | DUTWDUTID | false | ||
| Exported | Boolean | DUTEXPORTED | false | ||
| ExternalId | UltimoString | DUTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | DUTEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | DUTPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | DUTRECCREATEDATE | true | SYSDATETIME | |
| SchedulerColor | UltimoString | DUTSCHEDULERCOLOR | 6 | true | |
| Status | Status | DUTRECSTATUS | false | ||
| TransferNextTime | Boolean | DUTTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Duty")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Duty")· ../tables/Duty DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Duty")Before/After Save events voor Duty. Bron:workflows.xml.