title: "ComponentProblem" category: reference tags: [entity, component-problem, datamodel] source: Entities.xml date: 2026-04-17 status: published
ComponentProblem
Type: Entity Properties: 12 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("ComponentProblem")· ../tables/ComponentProblem
Contextsbewerken
- 1: Technische dienst (
ComponentProblemContext.TS) - 2: Infra (
ComponentProblemContext.Infra) - 4: Fleet (
ComponentProblemContext.Fleet)
Statussenbewerken
- -1: Trash (
ComponentProblemStatus.Trash) - 0: None (
ComponentProblemStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CMPTPID | 5 | false | |
| ComponentComponentProblems | List[ComponentComponentProblem] | CMPTCMPTPCMPTPID | true | ||
| Context | Context | CMPTPCONTEXT | false | 0 | |
| DataProvider | UltimoString | CMPTPDATAPROVIDER | 50 | true | |
| Description | UltimoString | CMPTPDESCR | 100 | true | |
| Exported | Boolean | CMPTPEXPORTED | false | 0 | |
| ExternalId | UltimoString | CMPTPEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | CMPTPEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | CMPTPPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime | CMPTPRECCREATEDATE | false | SYSDATETIME | |
| Status | Status | CMPTPRECSTATUS | false | 0 | |
| TransferNextTime | Boolean | CMPTPTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ComponentProblem")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ComponentProblem")· ../tables/ComponentProblem DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ComponentProblem")Before/After Save events voor ComponentProblem. Bron:workflows.xml.