title: "TimeUnit" category: reference tags: [entity, time-unit, datamodel] source: Entities.xml date: 2026-04-17 status: published
TimeUnit
Type: Entity Properties: 7 Contexts: 5 Statussen: 2
DB-schema:
lookup_table_schema("TimeUnit")· ../tables/TimeUnit
Contextsbewerken
- 0: Standaard (
TimeUnitContext.None) - 1: Reserveringen (
TimeUnitContext.Reservation) - 2: SLA-beheer (
TimeUnitContext.ServiceLevelAgreementManagement) - 4: Multi-Jobs (
TimeUnitContext.Multijob) - 8: Periodiek onderhoud (
TimeUnitContext.PreventiveMaintenance)
Statussenbewerken
- -1: Trash (
TimeUnitStatus.Trash) - 0: None (
TimeUnitStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | TIMUID | 11 | false | |
| Context | Context | TIMUCONTEXT | false | ||
| Description | UltimoString | TIMUDESCR | 200 | true | |
| Exported | Boolean | TIMUEXPORTED | false | ||
| RecordCreateDate | DateTime? | TIMURECCREATEDATE | true | SYSDATETIME | |
| Status | Status | TIMURECSTATUS | false | ||
| Type | TimeUnitType | TIMUTYPE | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("TimeUnit")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("TimeUnit")· ../tables/TimeUnit DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="TimeUnit")Before/After Save events voor TimeUnit. Bron:workflows.xml.