title: "ObjectDamage" category: reference tags: [entity, object-damage, datamodel] source: Entities.xml date: 2026-04-17 status: published
ObjectDamage
Type: Entity Properties: 17 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("ObjectDamage")· ../tables/ObjectDamage
Contextsbewerken
- 0: Standaard (
ObjectDamageContext.None)
Statussenbewerken
- -1: Trash (
ObjectDamageStatus.Trash) - 0: None (
ObjectDamageStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | OBJDAMID | 6 | false | |
| Building | Building | OBJDAMBLDID | true | ||
| Context | Context | OBJDAMCONTEXT | false | ||
| DataProvider | UltimoString | OBJDAMDATAPROVIDER | 50 | true | |
| Description | UltimoString | OBJDAMDESCR | 200 | true | |
| Equipment | Equipment | OBJDAMEQMID | true | ||
| Exported | Boolean | OBJDAMEXPORTED | false | 0 | |
| ExternalId | UltimoString | OBJDAMEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | OBJDAMEXTERNALSTATUS | 50 | true | |
| Job | Job | OBJDAMJOBID | true | ||
| ProcessFunction | ProcessFunction | OBJDAMPRFID | true | ||
| ProviderMutationDate | DateTime? | OBJDAMPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | OBJDAMRECCREATEDATE | true | SYSDATETIME | |
| SafetyIncident | SafetyIncident | OBJDAMSAFIID | true | ||
| Status | Status | OBJDAMRECSTATUS | false | ||
| SystemCompany | Company | OBJDAMCOMPID | false | ||
| TransferNextTime | Boolean | OBJDAMTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ObjectDamage")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ObjectDamage")· ../tables/ObjectDamage DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ObjectDamage")Before/After Save events voor ObjectDamage. Bron:workflows.xml.