title: "Incident" category: reference tags: [entity, incident, datamodel] source: Entities.xml date: 2026-04-17 status: published
Incident
Type: Entity Properties: 62 Contexts: 2 Statussen: 4
Zie ook het handgeschreven artikel: incident
DB-schema:
lookup_table_schema("Incident")· ../tables/Incident
Contextsbewerken
- 0: Incident (
IncidentContext.None) - 1: Schade (
IncidentContext.Incident)
Statussenbewerken
- -1: Trash (
IncidentStatus.Trash) - 0: None (
IncidentStatus.None) - 4: Actief (
IncidentStatus.Active) - 16: Gereed (
IncidentStatus.Finished)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | INCID | 10 | false | |
| CausedBy | Int16 | INCCAUSEDBY | false | ||
| CityDescription | UltimoString | INCCITY | 100 | true | |
| Context | Context | INCCONTEXT | false | 1 | |
| Cost | CompanyMoney | INCCOST | false | 0 | |
| CostCalculated | CompanyMoney | INCCOSTCALC | false | 0 | |
| CostCalculatedCargoDamage | CompanyMoney | INCCOSTCALCCARGODAMAGE | false | 0 | |
| CostCalculatedLoss | CompanyMoney | INCCOSTCALCLOSS | false | 0 | |
| CostCalculatedObjectDamage | CompanyMoney | INCCOSTCALCOBJECTDAMAGE | false | 0 | |
| CostCalculatedReplacementVehicle | CompanyMoney | INCCOSTCALCREPLACEMENTVEHICLE | false | 0 | |
| CostCalculatedThirdPartySettlement | CompanyMoney | INCCOSTCALCTHIRDPARTYSETTLEMENT | false | 0 | |
| CostCalculatedTowingAndSalvage | CompanyMoney | INCCOSTCALCTOWINGANDSALVAGE | false | 0 | |
| CostCargoDamage | CompanyMoney | INCCOSTCARGODAMAGE | false | 0 | |
| CostLoss | CompanyMoney | INCCOSTLOSS | false | 0 | |
| CostObjectDamage | CompanyMoney | INCCOSTOBJECTDAMAGE | false | 0 | |
| CostReplacementVehicle | CompanyMoney | INCCOSTREPLACEMENTVEHICLE | false | 0 | |
| CostSourceDamage | CostSource | INCCOSTSOURCEDAMAGE | false | 0 | |
| CostThirdPartySettlement | CompanyMoney | INCCOSTTHIRDPARTYSETTLEMENT | false | 0 | |
| CostTowingAndSalvage | CompanyMoney | INCCOSTTOWINGANDSALVAGE | false | 0 | |
| CountryDescription | UltimoString | INCCOUNTRY | 100 | true | |
| DataProvider | UltimoString | INCDATAPROVIDER | 50 | true | |
| Date | DateTime? | INCDATE | true | ||
| Description | UltimoString | INCDESCR | 200 | true | |
| Employee | Employee | INCEMPID | true | ||
| Equipment | Equipment | INCEQMID | true | ||
| Exported | Boolean | INCEXPORTED | false | ||
| External | CompanyMoney | INCEXTERNAL | false | 0 | |
| ExternalCalculated | CompanyMoney | INCEXTERNALCALC | false | 0 | |
| ExternalId | UltimoString | INCEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | INCEXTERNALSTATUS | 50 | true | |
| ImageFile1 | UltimoString | INCIMAGEFILE1 | true | ||
| ImageFile2 | UltimoString | INCIMAGEFILE2 | true | ||
| ImageFile3 | UltimoString | INCIMAGEFILE3 | true | ||
| ImageFile4 | UltimoString | INCIMAGEFILE4 | true | ||
| ImageFile5 | UltimoString | INCIMAGEFILE5 | true | ||
| ImageFile6 | UltimoString | INCIMAGEFILE6 | true | ||
| ImageFile7 | UltimoString | INCIMAGEFILE7 | true | ||
| ImageFile8 | UltimoString | INCIMAGEFILE8 | true | ||
| IncidentCause1 | IncidentCause | INCAINCCID | true | ||
| IncidentCause2 | IncidentCause | INCBINCCID | true | ||
| IncidentType | IncidentType | INCINCTID | true | ||
| InvolvedEmployee | Employee | INCINVOLVEDEMPID | true | ||
| InvolvedParty | UltimoString | INCINVOLVEDPARTY | true | ||
| ProviderMutationDate | DateTime? | INCPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | INCRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | INCRECCREATEDATE | true | SYSDATETIME | |
| Redress | CompanyMoney | INCREDRESS | false | 0 | |
| RedressCalculated | CompanyMoney | INCREDRESSCALC | false | 0 | |
| Repayment | CompanyMoney | INCREPAYMENT | false | 0 | |
| RepaymentCalculated | CompanyMoney | INCREPAYMENTCALC | false | 0 | |
| ReportDate | DateTime? | INCREPORTDATE | true | SYSDATETIME | |
| ReportEmployee | Employee | INCREPORTEMPID | true | USERID | |
| Return | CompanyMoney | INCRETURN | false | 0 | |
| ReturnCalculated | CompanyMoney | INCRETURNCALC | false | 0 | |
| Site | Site | INCSITID | true | ||
| Status | Status | INCRECSTATUS | false | ||
| StreetDescription | UltimoString | INCSTREET | 100 | true | |
| SystemCompany | Company | INCCOMPID | false | ||
| Text1 | UltimoString | INCTEXT1 | true | ||
| Text2 | UltimoString | INCTEXT2 | true | ||
| Text3 | UltimoString | INCTEXT3 | true | ||
| TransferNextTime | Boolean | INCTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Incident")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Incident")· ../tables/Incident DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Incident")Before/After Save events voor Incident. Bron:workflows.xml.