title: "TimeZone" category: reference tags: [entity, time-zone, datamodel] source: Entities.xml date: 2026-04-17 status: published
TimeZone
Type: Entity Properties: 5 Contexts: 1 Statussen: 4
DB-schema:
lookup_table_schema("TimeZone")· ../tables/TimeZone
Contextsbewerken
- 0: Standaard (
TimeZoneContext.None)
Statussenbewerken
- -1: Trash (
TimeZoneStatus.Trash) - 0: None (
TimeZoneStatus.None) - 1: Niet actief (
TimeZoneStatus.Inactive) - 2: Actief (
TimeZoneStatus.Active)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | TIZID | 32 | false | |
| Context | Context | TIZCONTEXT | false | 0 | |
| Exported | Boolean | TIZEXPORTED | false | 0 | |
| IsSystemDefault | Boolean | TIZISSYSTEMDEFAULT | false | 0 | |
| Status | Status | TIZRECSTATUS | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("TimeZone")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("TimeZone")· ../tables/TimeZone DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="TimeZone")Before/After Save events voor TimeZone. Bron:workflows.xml.