title: "IncidentType" category: reference tags: [entity, incident-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
IncidentType
Type: Entity Properties: 12 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("IncidentType")· ../tables/IncidentType
Contextsbewerken
- 0: Standaard (
IncidentTypeContext.None) - 1: Standaard (
IncidentTypeContext.Standard) - 2: Field safety notice (
IncidentTypeContext.FieldSafetyNotice)
Statussenbewerken
- -1: Trash (
IncidentTypeStatus.Trash) - 0: None (
IncidentTypeStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | INCTID | 5 | false | |
| Context | Context | INCTCONTEXT | false | 1 | |
| DataProvider | UltimoString | INCTDATAPROVIDER | 50 | true | |
| Description | UltimoString | INCTDESCR | 200 | true | |
| Exported | Boolean | INCTEXPORTED | false | ||
| ExternalId | UltimoString | INCTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | INCTEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | INCTPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | INCTRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | INCTRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | INCTRECSTATUS | false | ||
| TransferNextTime | Boolean | INCTTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("IncidentType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("IncidentType")· ../tables/IncidentType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="IncidentType")Before/After Save events voor IncidentType. Bron:workflows.xml.