title: "Decomposition" category: reference tags: [entity, decomposition, datamodel] source: Entities.xml date: 2026-04-17 status: published
Decomposition
Type: Entity Properties: 16 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("Decomposition")· ../tables/Decomposition
Contextsbewerken
- 0: Default (
DecompositionContext.None) - 1: Default (
DecompositionContext.Default) - 32768: Infra (
DecompositionContext.Infra)
Statussenbewerken
- -1: Trash (
DecompositionStatus.Trash) - 0: None (
DecompositionStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | DECID | 15 | false | |
| Context | Context | DECCONTEXT | false | 1 | |
| DataProvider | UltimoString | DECDATAPROVIDER | 50 | true | |
| Description | UltimoString | DECDESCR | 200 | true | |
| Exported | Boolean | DECEXPORTED | false | ||
| ExternalId | UltimoString | DECEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | DECEXTERNALSTATUS | 50 | true | |
| PartOfDecomposition | Decomposition | DECPARTOFDECID | true | ||
| ProviderMutationDate | DateTime? | DECPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | DECRECCREATEDATE | true | SYSDATETIME | |
| Site | Site | DECSITID | true | ||
| StandardCode | StandardCode | DECSTCID | true | ||
| Status | Status | DECRECSTATUS | false | ||
| SystemCompany | Company | DECCOMPID | false | ||
| Text | UltimoString | DECTEXT | true | ||
| TransferNextTime | Boolean | DECTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Decomposition")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Decomposition")· ../tables/Decomposition DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Decomposition")Before/After Save events voor Decomposition. Bron:workflows.xml.