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