title: "AbnormalityType" category: reference tags: [entity, abnormality-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
AbnormalityType
Type: Entity Properties: 9 Contexts: 2 Statussen: 4
DB-schema:
lookup_table_schema("AbnormalityType")· ../tables/AbnormalityType
Contextsbewerken
- 0: Standaard (
AbnormalityTypeContext.None) - 1: Tankbeurten (
AbnormalityTypeContext.Refueling)
Statussenbewerken
- -1: Trash (
AbnormalityTypeStatus.Trash) - 0: None (
AbnormalityTypeStatus.None) - 1: Inactief (
AbnormalityTypeStatus.Inactive) - 2: Actief (
AbnormalityTypeStatus.Active)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ATID | 4 | false | |
| Context | Context | ATCONTEXT | false | ||
| Description | UltimoString | ATDESCR | 200 | true | |
| Exported | Boolean | ATEXPORTED | false | 0 | |
| RecordCreateDate | DateTime? | ATRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | ATRECSTATUS | false | ||
| TurnOffCreateMeasurementPointValueForQuantity | Boolean | ATTURNOFFMSPVALUEFORQTY | false | 0 | |
| TurnOffProcessMeasurementPointValue | Boolean | ATTURNOFFPROCESSMSPVALUE | false | 0 | |
| WorkflowName | UltimoString | ATWORKFLOWNAME | 200 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("AbnormalityType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("AbnormalityType")· ../tables/AbnormalityType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="AbnormalityType")Before/After Save events voor AbnormalityType. Bron:workflows.xml.