title: "MaintenanceType" category: reference tags: [entity, maintenance-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
MaintenanceType
Type: Entity Properties: 15 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("MaintenanceType")· ../tables/MaintenanceType
Contextsbewerken
- 0: Standaard (
MaintenanceTypeContext.None) - 1: Standaard (
MaintenanceTypeContext.Standard)
Statussenbewerken
- -1: Trash (
MaintenanceTypeStatus.Trash) - 0: None (
MaintenanceTypeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | MNTTID | 11 | false | |
| Context | Context | MNTTCONTEXT | false | 1 | |
| DataProvider | UltimoString | MNTTDATAPROVIDER | 50 | true | |
| Description | UltimoString | MNTTDESCR | 250 | true | |
| Exported | Boolean | MNTTEXPORTED | false | ||
| ExternalId | UltimoString | MNTTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | MNTTEXTERNALSTATUS | 50 | true | |
| MaintenanceActivities | List[MaintenanceActivity] | MNTAMNTTID | true | ||
| MaintenancePartActivities | List[MaintenancePartActivity] | MNTPAMNTTID | true | ||
| PartOfMaintenanceType | MaintenanceType | MNTTPARTOFMNTTID | true | ||
| PartOfMaintenanceTypes | List[MaintenanceType] | MNTTPARTOFMNTTID | true | ||
| ProviderMutationDate | DateTime? | MNTTPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | MNTTRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | MNTTRECSTATUS | false | ||
| TransferNextTime | Boolean | MNTTTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("MaintenanceType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("MaintenanceType")· ../tables/MaintenanceType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="MaintenanceType")Before/After Save events voor MaintenanceType. Bron:workflows.xml.