title: "RiskExposure" category: reference tags: [entity, risk-exposure, datamodel] source: Entities.xml date: 2026-04-17 status: published
RiskExposure
Type: Entity Properties: 13 Contexts: 3 Statussen: 4
DB-schema:
lookup_table_schema("RiskExposure")· ../tables/RiskExposure
Contextsbewerken
- 0: HSE (
RiskExposureContext.None) - 1: HSE (
RiskExposureContext.HealthSafetyEnvironment) - 2: Assetkritikaliteit (
RiskExposureContext.AssetCriticality)
Statussenbewerken
- -1: Trash (
RiskExposureStatus.Trash) - 0: None (
RiskExposureStatus.None) - 1: Open (
RiskExposureStatus.Created) - 2: Goedgekeurd (
RiskExposureStatus.Approved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | RISEID | 3 | false | |
| Context | Context | RISECONTEXT | false | 1 | |
| Description | UltimoString | RISEDESCR | 200 | true | |
| Exported | Boolean | RISEEXPORTED | false | 0 | |
| MaximumMTTR | Decimal | RISEMAXIMUMMTTR | false | 0 | |
| MinimumMTTR | Decimal | RISEMINIMUMMTTR | false | 0 | |
| RecordCreateDate | DateTime? | RISERECCREATEDATE | true | SYSDATETIME | |
| Score | Decimal | RISESCORE | false | 0 | |
| Status | Status | RISERECSTATUS | false | 1 | |
| StatusApprovedDate | DateTime? | RISEAPPROVEDDATE | true | ||
| StatusApprovedEmployee | Employee | RISEAPPROVEDEMPID | true | ||
| StatusCreatedDate | DateTime? | RISECREATEDDATE | true | SYSDATETIME | |
| StatusCreatedEmployee | Employee | RISECREATEDEMPID | true | USERID |
Brondatabewerken
- Entity-definitie —
lookup_entity("RiskExposure")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("RiskExposure")· ../tables/RiskExposure DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="RiskExposure")Before/After Save events voor RiskExposure. Bron:workflows.xml.