title: "YearPlan" category: reference tags: [entity, year-plan, datamodel] source: Entities.xml date: 2026-04-17 status: published
YearPlan
Type: Entity Properties: 18 Contexts: 8 Statussen: 4
DB-schema:
lookup_table_schema("YearPlan")· ../tables/YearPlan
Contextsbewerken
- 0: Standaard (
YearPlanContext.None) - 1: Standaard (
YearPlanContext.Standard) - 2: TD (
YearPlanContext.TD) - 4: MID (
YearPlanContext.MID) - 8: IT (
YearPlanContext.IT) - 16: Fleet (
YearPlanContext.Fleet) - 32: MJOP (
YearPlanContext.LongTermMaintenancePlan) - 64: LTAP (
YearPlanContext.LongTermAssetPlan)
Statussenbewerken
- -1: Trash (
YearPlanStatus.Trash) - 0: None (
YearPlanStatus.None) - 1: Concept (
YearPlanStatus.Concept) - 2: Definitief (
YearPlanStatus.Definitive)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | YRPID | 9 | false | |
| Building | Building | YRPBLDID | true | ||
| Context | Context | YRPCONTEXT | false | 1 | |
| Customer | Customer | YRPCUSID | true | ||
| Decomposition | Decomposition | YRPDECID | true | ||
| DepartmentExclude | Boolean | YRPDEPARTMENTEXCLUDE | false | 0 | |
| Description | UltimoString | YRPDESCR | 200 | true | |
| Exported | Boolean | YRPEXPORTED | false | ||
| FeatureChoice | FeatureChoice | YRPFTRID, YRPFTRCID | true | , | |
| LongTermAsset | LongTermAsset | YRPLTAID | true | ||
| NumberOfYearsToCalculate | Int32 | YRPNROFYEARSTOCALCULATE | false | 20 | |
| RecordCreateDate | DateTime? | YRPRECCREATEDATE | true | SYSDATETIME | |
| Scenarios | List[YearPlanScenario] | YRPSYRPID | false | ||
| Status | Status | YRPRECSTATUS | false | ||
| SystemCompany | Company | YRPCOMPID | false | ||
| Year | Int32 | YRPYEAR | false | ||
| YearPlanDepartments | List[YearPlanDepartment] | YRPDEPYRPID | false | ||
| YearsInYearPlan | Int32 | YRPYEARSINYEARPLAN | false | 5 |
Brondatabewerken
- Entity-definitie —
lookup_entity("YearPlan")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("YearPlan")· ../tables/YearPlan DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="YearPlan")Before/After Save events voor YearPlan. Bron:workflows.xml.