title: "RootCauseAnalysis" category: reference tags: [entity, root-cause-analysis, datamodel] source: Entities.xml date: 2026-04-17 status: published
RootCauseAnalysis
Type: Entity Properties: 27 Contexts: 1 Statussen: 5
Zie ook het handgeschreven artikel: root-cause-analysis
DB-schema:
lookup_table_schema("RootCauseAnalysis")· ../tables/RootCauseAnalysis
Contextsbewerken
- 1: Reliability management (
RootCauseAnalysisContext.Reliability)
Statussenbewerken
- -1: Trash (
RootCauseAnalysisStatus.Trash) - 0: None (
RootCauseAnalysisStatus.None) - 1: Aangemaakt (
RootCauseAnalysisStatus.Created) - 2: Actief (
RootCauseAnalysisStatus.Active) - 4: Gereed (
RootCauseAnalysisStatus.Finished)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | RCAID | 6 | false | |
| CausalFactor | CausalFactor | RCACAUSFID | true | ||
| Component | Component | RCACMPTID | true | ||
| ComponentProblem | ComponentProblem | RCACMPTPID | true | ||
| Conclusion | UltimoString | RCACONCLUSION | true | ||
| Consideration | Consideration | RCACONSRID | true | ||
| Context | Context | RCACONTEXT | false | 0 | |
| DataProvider | UltimoString | RCADATAPROVIDER | 50 | true | |
| Description | UltimoString | RCADESCR | 200 | true | |
| Equipment | Equipment | RCAEQMID | true | ||
| EquipmentType | EquipmentType | RCAEQMTID | true | ||
| Exported | Boolean | RCAEXPORTED | false | 0 | |
| ExternalId | UltimoString | RCAEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | RCAEXTERNALSTATUS | 50 | true | |
| FailType | FailType | RCAFALID | true | ||
| Job | Job | RCAJOBID | true | ||
| Jobs | List[Job] | JOBRCAID | true | ||
| Modifications | List[Change] | CHGRCAID | true | ||
| ProblemDescription | UltimoString | RCAPROBLEMDESCRIPTION | true | ||
| ProcessFunction | ProcessFunction | RCAPRFID | true | ||
| ProgressStatus | ProgressStatus | RCAPRSID | true | ||
| ProviderMutationDate | DateTime? | RCAPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime | RCARECCREATEDATE | false | SYSDATETIME | |
| SafetyIncident | SafetyIncident | RCASAFIID | true | ||
| Status | Status | RCARECSTATUS | false | 0 | |
| SystemCompany | Company | RCACOMPID | true | ||
| TransferNextTime | Boolean | RCATRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("RootCauseAnalysis")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("RootCauseAnalysis")· ../tables/RootCauseAnalysis DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="RootCauseAnalysis")Before/After Save events voor RootCauseAnalysis. Bron:workflows.xml.