title: "RiskFactor" category: reference tags: [entity, risk-factor, datamodel] source: Entities.xml date: 2026-04-17 status: published
RiskFactor
Type: Entity Properties: 19 Contexts: 4 Statussen: 4
DB-schema:
lookup_table_schema("RiskFactor")· ../tables/RiskFactor
Contextsbewerken
- 0: Standaard (
RiskFactorContext.None) - 1: Standaard (
RiskFactorContext.Standard) - 2: MT (
RiskFactorContext.MT) - 4: WIBAZ (
RiskFactorContext.WIBAZ)
Statussenbewerken
- -1: Trash (
RiskFactorStatus.Trash) - 0: None (
RiskFactorStatus.None) - 1: Open (
RiskFactorStatus.Created) - 2: Goedgekeurd (
RiskFactorStatus.Approved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | RISFID | 5 | false | |
| Context | Context | RISFCONTEXT | false | 1 | |
| DataProvider | UltimoString | RISFDATAPROVIDER | 50 | true | |
| Description | UltimoString | RISFDESCR | 200 | true | |
| Exported | Boolean | RISFEXPORTED | false | ||
| ExternalId | UltimoString | RISFEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | RISFEXTERNALSTATUS | 50 | true | |
| ObjectRiskFactorScores | List[ObjectRiskFactorScore] | OBJRFSRISFID | true | ||
| ProviderMutationDate | DateTime? | RISFPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | RISFRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | RISFRECCREATEDATE | true | SYSDATETIME | |
| RiskFactorScores | List[RiskFactorScore] | RISFSRISFID | false | ||
| Status | Status | RISFRECSTATUS | false | ||
| StatusApprovedDate | DateTime? | RISFAPPROVEDATE | true | ||
| StatusApprovedEmployee | Employee | RISFAPPROVEEMPID | true | ||
| StatusCreatedDate | DateTime? | RISFREOPENDATE | true | ||
| StatusCreatedEmployee | Employee | RISFREOPENEMPID | true | ||
| Text | UltimoString | RISFTEXT | true | ||
| TransferNextTime | Boolean | RISFTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("RiskFactor")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("RiskFactor")· ../tables/RiskFactor DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="RiskFactor")Before/After Save events voor RiskFactor. Bron:workflows.xml.