title: "CausalFactor" category: reference tags: [entity, causal-factor, datamodel] source: Entities.xml date: 2026-04-17 status: published
CausalFactor
Type: Entity Properties: 17 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("CausalFactor")· ../tables/CausalFactor
Contextsbewerken
- 1: Root cause analysis (
CausalFactorContext.RootCauseAnalysis)
Statussenbewerken
- -1: Trash (
CausalFactorStatus.Trash) - 0: None (
CausalFactorStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CAUSFID | 6 | false | |
| Context | Context | CAUSFCONTEXT | false | 0 | |
| CreatedEmployee | Employee | CAUSFCREATEDEMPID | true | ||
| DataProvider | UltimoString | CAUSFDATAPROVIDER | 50 | true | |
| Description | UltimoString | CAUSFDESCR | 200 | true | |
| Exported | Boolean | CAUSFEXPORTED | false | 0 | |
| ExternalId | UltimoString | CAUSFEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | CAUSFEXTERNALSTATUS | 50 | true | |
| IsRootCause | Boolean | CAUSFISROOTCAUSE | false | 0 | |
| ParentCausalFactor | CausalFactor | CAUSFPARENTCAUSFID | true | ||
| ProviderMutationDate | DateTime? | CAUSFPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime | CAUSFRECCREATEDATE | false | SYSDATETIME | |
| RootCauseAnalysis | RootCauseAnalysis | CAUSFRCAID | true | ||
| Status | Status | CAUSFRECSTATUS | false | 0 | |
| SystemCompany | Company | CAUSFCOMPID | true | ||
| Text | UltimoString | CAUSFTEXT | true | ||
| TransferNextTime | Boolean | CAUSFTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("CausalFactor")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("CausalFactor")· ../tables/CausalFactor DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="CausalFactor")Before/After Save events voor CausalFactor. Bron:workflows.xml.