title: "RiskClass" category: reference tags: [entity, risk-class, datamodel] source: Entities.xml date: 2026-04-17 status: published
RiskClass
Type: Entity Properties: 25 Contexts: 8 Statussen: 4
DB-schema:
lookup_table_schema("RiskClass")· ../tables/RiskClass
Contextsbewerken
- 0: Standaard (
RiskClassContext.None) - 1: Standaard (
RiskClassContext.Standard) - 2: MT (
RiskClassContext.MT) - 4: WIBAZ (
RiskClassContext.WIBAZ) - 8: HSE (
RiskClassContext.HealthSafetyEnvironment) - 16: Productdossier (
RiskClassContext.ProductDossier) - 32: Field safety notice (
RiskClassContext.FieldSafetyNotice) - 64: Assetkritikaliteit (
RiskClassContext.AssetCriticality)
Statussenbewerken
- -1: Trash (
RiskClassStatus.Trash) - 0: None (
RiskClassStatus.None) - 1: Open (
RiskClassStatus.Created) - 2: Goedgekeurd (
RiskClassStatus.Approved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | RISCID | 5 | false | |
| Abbreviation | UltimoString | RISCABBREVIATION | 2 | true | |
| Color | UltimoString | RISCCOLOR | 10 | true | |
| Context | Context | RISCCONTEXT | false | 1 | |
| Critical | Boolean | RISCCRITICAL | false | 0 | |
| DataProvider | UltimoString | RISCDATAPROVIDER | 50 | true | |
| Description | UltimoString | RISCDESCR | 200 | true | |
| Exported | Boolean | RISCEXPORTED | false | ||
| ExternalId | UltimoString | RISCEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | RISCEXTERNALSTATUS | 50 | true | |
| FromScore | Decimal | RISCFROMSCORE | false | ||
| MaintenanceClassifications | List[MaintenanceClassification] | MNTCRISCID | true | ||
| ProductDossiers | List[ProductDossier] | PRDDRISCID | true | ||
| ProviderMutationDate | DateTime? | RISCPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | RISCRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | RISCRECCREATEDATE | true | SYSDATETIME | |
| RemarkText | UltimoString | RISCREMARKTEXT | 200 | true | |
| RiskOutcome | RiskOutcome | RISCRISOCID | true | ||
| Status | Status | RISCRECSTATUS | false | 1 | |
| StatusApprovedDate | DateTime? | RISCAPPROVEDATE | true | ||
| StatusApprovedEmployee | Employee | RISCAPPROVEEMPID | true | ||
| StatusCreatedDate | DateTime? | RISCCREATEDDATE | true | SYSDATETIME | |
| StatusCreatedEmployee | Employee | RISCCREATEDEMPID | true | USERID | |
| TillScore | Decimal | RISCTILLSCORE | false | ||
| TransferNextTime | Boolean | RISCTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("RiskClass")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("RiskClass")· ../tables/RiskClass DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="RiskClass")Before/After Save events voor RiskClass. Bron:workflows.xml.