title: "ProductionLine" category: reference tags: [entity, production-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
ProductionLine
Type: Entity Properties: 9 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("ProductionLine")· ../tables/ProductionLine
Contextsbewerken
- 0: Standaard (
ProductionLineContext.None) - 1: Standaard (
ProductionLineContext.Standard)
Statussenbewerken
- -1: Trash (
ProductionLineStatus.Trash) - 0: None (
ProductionLineStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PRODID | 9 | false | |
| Context | Context | PRODCONTEXT | false | 1 | |
| Description | UltimoString | PRODDESCR | 200 | true | |
| Exported | Boolean | PRODEXPORTED | false | ||
| Extra1 | Int16 | PRODEXTRA1 | false | ||
| Extra2 | Int32 | PRODEXTRA2 | false | ||
| Extra3 | UltimoString | PRODEXTRA3 | 5 | true | |
| RecordCreateDate | DateTime? | PRODRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | PRODRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("ProductionLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ProductionLine")· ../tables/ProductionLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ProductionLine")Before/After Save events voor ProductionLine. Bron:workflows.xml.