title: "FailType" category: reference tags: [entity, fail-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
FailType
Type: Entity Properties: 22 Contexts: 11 Statussen: 2
Zie ook het handgeschreven artikel: fail-type
DB-schema:
lookup_table_schema("FailType")· ../tables/FailType
Contextsbewerken
- 0: Standaard (
FailTypeContext.None) - 1: Standaard (
FailTypeContext.Standard) - 2: IT (
FailTypeContext.IT) - 32: MT (
FailTypeContext.MT) - 64: Fleet (
FailTypeContext.Fleet) - 128: Software (
FailTypeContext.Software) - 256: Gebouw (
FailTypeContext.Building) - 32768: Infra (
FailTypeContext.Infra) - 65536: HSE directe oorzaak (
FailTypeContext.HealthSafetyEnvironmentDirectCause) - 131072: HSE basisoorzaak (
FailTypeContext.HealthSafetyEnvironmentBasicCause) - 262144: Root cause analysis (
FailTypeContext.RootCauseDomain)
Statussenbewerken
- -1: Trash (
FailTypeStatus.Trash) - 0: None (
FailTypeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | FALID | 9 | false | |
| Classification | Classification | FALCLSID | true | ||
| Context | Context | FALCONTEXT | false | 1 | |
| DataProvider | UltimoString | FALDATAPROVIDER | 50 | true | |
| Description | UltimoString | FALDESCR1 | 150 | true | |
| Description2 | UltimoString | FALDESCR2 | 41 | true | |
| EquipmentTypeFailTypes | List[EquipmentTypeFailType] | EQMTFLFALID | false | ||
| Exported | Boolean | FALEXPORTED | false | ||
| ExternalId | UltimoString | FALEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | FALEXTERNALSTATUS | 50 | true | |
| Extra1 | Int16 | FALEXTRA1 | false | ||
| Extra2 | Int32 | FALEXTRA2 | false | ||
| Extra3 | UltimoString | FALEXTRA3 | 5 | true | |
| Extra4 | UltimoString | FALEXTRA4 | 5 | true | |
| Jobs | List[Job] | JOBFALID | true | ||
| Order | Int16 | FALORDER | false | 0 | |
| ProviderMutationDate | DateTime? | FALPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | FALRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | FALRECCREATEDATE | true | SYSDATETIME | |
| SecondClassification | Classification | FALSECONDCLSID | true | ||
| Status | Status | FALRECSTATUS | false | ||
| TransferNextTime | Boolean | FALTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("FailType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("FailType")· ../tables/FailType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="FailType")Before/After Save events voor FailType. Bron:workflows.xml.