title: "ObjectDowntime" category: reference tags: [entity, object-downtime, datamodel] source: Entities.xml date: 2026-04-17 status: published
ObjectDowntime
Type: Entity Properties: 40 Contexts: 2 Statussen: 6
DB-schema:
lookup_table_schema("ObjectDowntime")· ../tables/ObjectDowntime
Contextsbewerken
- 1: Geplande stilstand (
ObjectDowntimeContext.Planned) - 2: Ongeplande stilstand (
ObjectDowntimeContext.Unplanned)
Statussenbewerken
- -1: Trash (
ObjectDowntimeStatus.Trash) - 0: None (
ObjectDowntimeStatus.None) - 1: Concept (
ObjectDowntimeStatus.Concept) - 2: Aangevraagd (
ObjectDowntimeStatus.Requested) - 4: Goedgekeurd (
ObjectDowntimeStatus.Approved) - 8: Vervallen (
ObjectDowntimeStatus.Canceled)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | OBJDWTID | 6 | false | |
| Context | Context | OBJDWTCONTEXT | false | ||
| CostCenter | CostCenter | OBJDWTCCRID | true | ||
| DataProvider | UltimoString | OBJDWTDATAPROVIDER | 50 | true | |
| Department | Department | OBJDWTDEPID | true | ||
| Description | UltimoString | OBJDWTDESCR | 200 | true | |
| Duration | Decimal | OBJDWTDURATION | false | ||
| EndDate | DateTime? | OBJDWTENDDATE | true | ||
| Equipment | Equipment | OBJDWTEQMID | true | ||
| Exported | Boolean | OBJDWTEXPORTED | false | ||
| ExternalId | UltimoString | OBJDWTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | OBJDWTEXTERNALSTATUS | 50 | true | |
| Job | Job | OBJDWTJOBID | true | ||
| PartOfObjectDowntime | ObjectDowntime | OBJDWTOBJDWTID | true | ||
| ProcessFunction | ProcessFunction | OBJDWTPRFID | true | ||
| ProductionLoss | CompanyMoney | OBJDWTPRODUCTIONLOSS | false | 0 | |
| ProductionLossPerHour | CompanyMoney | OBJDWTPRODUCTIONLOSSPERHOUR | false | 0 | |
| ProviderMutationDate | DateTime? | OBJDWTPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | OBJDWTRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime | OBJDWTRECCREATEDATE | false | SYSDATETIME | |
| RegistrationType | ObjectDowntimeRegistrationType | OBJDWTREGISTRATIONTYPE | false | 0 | |
| ReportDate | DateTime? | OBJDWTREPORTDATE | true | ||
| ReportEmployee | Employee | OBJDWTREPORTEMPID | true | ||
| SetDowntimeOnChildren | Boolean | OBJDWTSETDOWNTIMEONCHILDREN | false | 0 | |
| SetDowntimeOnParents | Boolean | OBJDWTSETDOWNTIMEONPARENTS | false | 0 | |
| Site | Site | OBJDWTSITID | true | ||
| SolveDate | DateTime? | OBJDWTSOLVEDATE | true | ||
| SolveEmployee | Employee | OBJDWTSOLVEEMPID | true | ||
| StartDate | DateTime? | OBJDWTSTARTDATE | true | ||
| Status | Status | OBJDWTRECSTATUS | false | 1 | |
| StatusApprovedDate | DateTime? | OBJDWTAPPROVEDDATE | true | ||
| StatusApprovedEmployee | Employee | OBJDWTAPPROVEDEMPID | true | ||
| StatusCanceledDate | DateTime? | OBJDWTCANCELEDDATE | true | ||
| StatusCanceledEmployee | Employee | OBJDWTCANCELEDEMPID | true | ||
| StatusConceptDate | DateTime? | OBJDWTCONCEPTDATE | true | SYSDATETIME | |
| StatusConceptEmployee | Employee | OBJDWTCONCEPTEMPID | true | USERID | |
| StatusRequestedDate | DateTime? | OBJDWTREQUESTEDDATE | true | ||
| StatusRequestedEmployee | Employee | OBJDWTREQUESTEDEMPID | true | ||
| SystemCompany | Company | OBJDWTCOMPID | true | ||
| TransferNextTime | Boolean | OBJDWTTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ObjectDowntime")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ObjectDowntime")· ../tables/ObjectDowntime DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ObjectDowntime")Before/After Save events voor ObjectDowntime. Bron:workflows.xml.