title: "ShiftLogbookEmployee" category: reference tags: [entity, shift-logbook-employee, datamodel] source: Entities.xml date: 2026-04-17 status: published
ShiftLogbookEmployee
Type: Entity Properties: 7 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("ShiftLogbookEmployee")· ../tables/ShiftLogbookEmployee
Contextsbewerken
- 1: Autonoom onderhoud (
ShiftLogbookEmployeeContext.AutonomousMaintenance)
Statussenbewerken
- -1: Trash (
ShiftLogbookEmployeeStatus.Trash) - 0: None (
ShiftLogbookEmployeeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | SHLBEID | 10 | false | |
| Context | Context | SHLBECONTEXT | false | 0 | |
| Employee | Employee | SHLBEEMPID | true | ||
| Exported | Boolean | SHLBEEXPORTED | false | 0 | |
| RecordCreateDate | DateTime | SHLBERECCREATEDATE | false | SYSDATETIME | |
| ShiftLogbook | ShiftLogbook | SHLBESHLBID | true | ||
| Status | Status | SHLBERECSTATUS | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ShiftLogbookEmployee")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ShiftLogbookEmployee")· ../tables/ShiftLogbookEmployee DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ShiftLogbookEmployee")Before/After Save events voor ShiftLogbookEmployee. Bron:workflows.xml.