title: "MaintenanceClassification" category: reference tags: [entity, maintenance-classification, datamodel] source: Entities.xml date: 2026-04-17 status: published
MaintenanceClassification
Type: Entity Properties: 34 Contexts: 3 Statussen: 4
Zie ook het handgeschreven artikel: maintenance-classification
DB-schema:
lookup_table_schema("MaintenanceClassification")· ../tables/MaintenanceClassification
Contextsbewerken
- 0: Standaard (
MaintenanceClassificationContext.None) - 1: Standaard (
MaintenanceClassificationContext.Standard) - 2: MT (
MaintenanceClassificationContext.MT)
Statussenbewerken
- -1: Trash (
MaintenanceClassificationStatus.Trash) - 0: None (
MaintenanceClassificationStatus.None) - 1: Open (
MaintenanceClassificationStatus.Open) - 2: Goedgekeurd (
MaintenanceClassificationStatus.Approved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | MNTCID | 5 | false | |
| BackOffice | BackOffice | MNTCBOFID | true | ||
| Context | Context | MNTCCONTEXT | false | 1 | |
| DataProvider | UltimoString | MNTCDATAPROVIDER | 50 | true | |
| Description | UltimoString | MNTCDESCR | 200 | true | |
| EquipmentType | EquipmentType | MNTCEQMTID | true | ||
| ExecutionDays | Int32 | MNTCEXECUTIONDAYS | false | 0 | |
| ExecutionPercentage | Int32 | MNTCEXECUTIONPERCENTAGE | false | 0 | |
| Exported | Boolean | MNTCEXPORTED | false | ||
| ExternalId | UltimoString | MNTCEXTERNALID | 50 | true | |
| ExternalReference | UltimoString | MNTCEXTERNALREFERENCE | 8 | true | |
| ExternalStatus | UltimoString | MNTCEXTERNALSTATUS | 50 | true | |
| FMEAEssential | Int16 | MNTCFMEAESSENTIAL | false | ||
| FMEAFinishDate | DateTime? | MNTCFMEAFINISHDATE | true | ||
| InspectionPlan | InspectionPlan | MNTCISPID | true | ||
| ObjectRiskFactorScores | List[ObjectRiskFactorScore] | OBJRFSMNTCID | true | ||
| ProviderMutationDate | DateTime? | MNTCPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | MNTCRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | MNTCRECCREATEDATE | true | SYSDATETIME | |
| RiskClass | RiskClass | MNTCRISCID | true | ||
| RiskScore | Decimal | MNTCRISKSCORE | false | ||
| Status | Status | MNTCRECSTATUS | false | ||
| StatusApprovedDate | DateTime? | MNTCAPPROVEDATE | true | ||
| StatusApprovedEmployee | Employee | MNTCAPPROVEEMPID | true | ||
| StatusOpenDate | DateTime? | MNTCREOPENDATE | true | ||
| StatusOpenEmployee | Employee | MNTCREOPENEMPID | true | ||
| SystemCompany | Company | MNTCCOMPID | false | ||
| Text | UltimoString | MNTCTEXT | true | ||
| TransferNextTime | Boolean | MNTCTRANSFERNEXTTIME | false | 0 | |
| TransferNextTimeMaintenanceClassification | Boolean | MNTCTRANSFERNEXTTIMEMNTC | false | 1 | |
| TransferNextTimePmWorkOrder | Boolean | MNTCTRANSFERNEXTTIMEPMW | false | 1 | |
| UseExecutionPercentage | Boolean | MNTCUSEEXECUTIONPERCENTAGE | false | 1 | |
| WibazRiscId | RiskClass | MNTCWIBAZRISCID | true | ||
| WibazRiskScore | Decimal | MNTCWIBAZRISKSCORE | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("MaintenanceClassification")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("MaintenanceClassification")· ../tables/MaintenanceClassification DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="MaintenanceClassification")Before/After Save events voor MaintenanceClassification. Bron:workflows.xml.