title: "Visitor" category: reference tags: [entity, visitor, datamodel] source: Entities.xml date: 2026-04-17 status: published
Visitor
Type: Entity Properties: 16 Contexts: 2 Statussen: 4
DB-schema:
lookup_table_schema("Visitor")· ../tables/Visitor
Contextsbewerken
- 0: Standaard (
VisitorContext.None) - 1: Bezoeker (
VisitorContext.Standard)
Statussenbewerken
- -1: Trash (
VisitorStatus.Trash) - 0: None (
VisitorStatus.None) - 1: Afwezig (
VisitorStatus.Absent) - 2: Aanwezig (
VisitorStatus.Present)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | VISID | 7 | false | |
| Company | UltimoString | VISCOMPANY | 120 | true | |
| Context | Context | VISCONTEXT | false | ||
| Description | UltimoString | VISDESCR | 200 | true | |
| EmailAddress | UltimoString | VISEMAILADDRESS | 80 | true | |
| Exported | Boolean | VISEXPORTED | false | ||
| LicencePlate | UltimoString | VISLICENCEPLATE | 8 | true | |
| Phone | UltimoString | VISPHONE | 25 | true | |
| RecordCreateDate | DateTime? | VISRECCREATEDATE | true | SYSDATETIME | |
| ReservableObject | ReservableObject | VISRESOID | true | ||
| Status | Status | VISRECSTATUS | false | ||
| StatusAbsentDate | DateTime? | VISABSENTDATE | true | ||
| StatusAbsentEmployee | Employee | VISABSENTEMPID | true | ||
| StatusPresentDate | DateTime? | VISPRESENTDATE | true | ||
| StatusPresentEmployee | Employee | VISPRESENTEMPID | true | ||
| SystemCompany | Company | VISCOMPID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("Visitor")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Visitor")· ../tables/Visitor DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Visitor")Before/After Save events voor Visitor. Bron:workflows.xml.