title: "StateTimeslot" category: reference tags: [entity, state-timeslot, datamodel] source: Entities.xml date: 2026-04-17 status: published
StateTimeslot
Type: Entity Properties: 11 Contexts: 1 Statussen: 5
DB-schema:
lookup_table_schema("StateTimeslot")· ../tables/StateTimeslot
Contextsbewerken
- 0: Standaard (
StateTimeslotContext.None)
Statussenbewerken
- -1: Trash (
StateTimeslotStatus.Trash) - 0: None (
StateTimeslotStatus.None) - 1: Geblokkeerd (
StateTimeslotStatus.Blocked) - 2: Verhuurd (
StateTimeslotStatus.Rented) - 4: Afgevoerd (
StateTimeslotStatus.Disused)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | STATTID | 9 | false | |
| Context | Context | STATTCONTEXT | false | ||
| Description | UltimoString | STATTDESCR | 250 | true | |
| Employee | Employee | STATTEMPID | true | ||
| EndDate | Date? | STATTENDDATE | true | ||
| Exported | Boolean | STATTEXPORTED | false | ||
| RecordCreateDate | DateTime? | STATTRECCREATEDATE | true | SYSDATETIME | |
| StartDate | Date? | STATTSTARTDATE | true | ||
| StateAgenda | StateAgenda | STATTSTATAID | true | ||
| Status | Status | STATTRECSTATUS | false | ||
| SystemCompany | Company | STATTCOMPID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("StateTimeslot")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("StateTimeslot")· ../tables/StateTimeslot DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="StateTimeslot")Before/After Save events voor StateTimeslot. Bron:workflows.xml.