title: "Classification" category: reference tags: [entity, classification, datamodel] source: Entities.xml date: 2026-04-17 status: published
Classification
Type: Entity Properties: 8 Contexts: 4 Statussen: 2
DB-schema:
lookup_table_schema("Classification")· ../tables/Classification
Contextsbewerken
- 0: Standaard (
ClassificationContext.None) - 1: Standaard (
ClassificationContext.Standard) - 2: Prisma (
ClassificationContext.Prisma) - 4: KWIS (
ClassificationContext.Kwis)
Statussenbewerken
- -1: Trash (
ClassificationStatus.Trash) - 0: None (
ClassificationStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CLSID | 5 | false | |
| Code | UltimoString | CLSCODE | 8 | true | |
| Context | Context | CLSCONTEXT | false | 1 | |
| Description | UltimoString | CLSDESCR | 200 | true | |
| Exported | Boolean | CLSEXPORTED | false | ||
| RecordCreateDate | DateTime? | CLSRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | CLSRECSTATUS | false | ||
| Text | UltimoString | CLSTEXT | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("Classification")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Classification")· ../tables/Classification DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Classification")Before/After Save events voor Classification. Bron:workflows.xml.