title: "IncidentCause" category: reference tags: [entity, incident-cause, datamodel] source: Entities.xml date: 2026-04-17 status: published
IncidentCause
Type: Entity Properties: 12 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("IncidentCause")· ../tables/IncidentCause
Contextsbewerken
- 0: Standaard (
IncidentCauseContext.None) - 1: Standaard (
IncidentCauseContext.Standard)
Statussenbewerken
- -1: Trash (
IncidentCauseStatus.Trash) - 0: None (
IncidentCauseStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | INCCID | 5 | false | |
| Context | Context | INCCCONTEXT | false | 1 | |
| DataProvider | UltimoString | INCCDATAPROVIDER | 50 | true | |
| Description | UltimoString | INCCDESCR | 200 | true | |
| Exported | Boolean | INCCEXPORTED | false | ||
| ExternalId | UltimoString | INCCEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | INCCEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | INCCPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | INCCRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | INCCRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | INCCRECSTATUS | false | ||
| TransferNextTime | Boolean | INCCTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("IncidentCause")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("IncidentCause")· ../tables/IncidentCause DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="IncidentCause")Before/After Save events voor IncidentCause. Bron:workflows.xml.