title: "EnergyReportData" category: reference tags: [entity, energy-report-data, datamodel] source: Entities.xml date: 2026-04-17 status: published
EnergyReportData
Type: Entity Properties: 12 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("EnergyReportData")· ../tables/EnergyReportData
Contextsbewerken
- 0: Standaard (
EnergyReportDataContext.None)
Statussenbewerken
- -1: Trash (
EnergyReportDataStatus.Trash) - 0: None (
EnergyReportDataStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ERDID | 50 | false | |
| Building | UltimoString | ERDBUILDING | 12 | true | |
| Context | Context | ERDCONTEXT | false | ||
| Exported | Boolean | ERDEXPORTED | false | 0 | |
| MeasureCode | UltimoString | ERDMEASURECODE | 12 | true | |
| Meter | UltimoString | ERDMETER | 50 | true | |
| Period | DateTime? | ERDPERIOD | true | ||
| RecordCreateDate | DateTime? | ERDRECCREATEDATE | true | SYSDATETIME | |
| ReportGuid | UltimoString | ERDREPORTGUID | 36 | true | |
| Status | Status | ERDRECSTATUS | false | ||
| SystemCompany | Company | ERDCOMPID | false | ||
| Value | Decimal | ERDVALUE | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("EnergyReportData")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("EnergyReportData")· ../tables/EnergyReportData DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="EnergyReportData")Before/After Save events voor EnergyReportData. Bron:workflows.xml.