title: "Zone" category: reference tags: [entity, zone, datamodel] source: Entities.xml date: 2026-04-17 status: published
Zone
Type: Entity Properties: 6 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("Zone")· ../tables/Zone
Contextsbewerken
- 0: Standaard (
ZoneContext.None)
Statussenbewerken
- -1: Trash (
ZoneStatus.Trash) - 0: None (
ZoneStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ZONID | 6 | false | |
| Context | Context | ZONCONTEXT | false | ||
| Description | UltimoString | ZONDESCR | 200 | true | |
| Exported | Boolean | ZONEXPORTED | false | ||
| RecordCreateDate | DateTime? | ZONRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | ZONRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("Zone")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Zone")· ../tables/Zone DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Zone")Before/After Save events voor Zone. Bron:workflows.xml.