title: "LongTermAsset" category: reference tags: [entity, long-term-asset, datamodel] source: Entities.xml date: 2026-04-17 status: published
LongTermAsset
Type: Entity Properties: 35 Contexts: 3 Statussen: 3
DB-schema:
lookup_table_schema("LongTermAsset")· ../tables/LongTermAsset
Contextsbewerken
- 0: Standaard (
LongTermAssetContext.None) - 1: LTAP (
LongTermAssetContext.LongTermAssetPlan) - 2: LTAP-decompositie (
LongTermAssetContext.LongTermAssetPlanDecomposition)
Statussenbewerken
- -1: Trash (
LongTermAssetStatus.Trash) - 0: None (
LongTermAssetStatus.None) - 1: Open (
LongTermAssetStatus.Created)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | LTAID | 10 | false | |
| Building | Building | LTABLDID | true | ||
| ConstructionYear | Int32 | LTACONSTRUCTIONYEAR | false | 0 | |
| ContainedLongTermAssetList | List[LongTermAsset] | LTAPARTOFLTAID | true | ||
| Context | Context | LTACONTEXT | false | ||
| CurrentAppearanceMaintenanceState | MaintenanceState | LTACURRAPPEARANCEMNTSID | true | ||
| CurrentAppearanceMaintenanceStateDate | Date? | LTACURRAPPEARANCEMNTSDATE | true | ||
| CurrentMaintenanceState | MaintenanceState | LTACURRENTMNTSID | true | ||
| CurrentMaintenanceStateDate | Date? | LTACURRENTMNTSDATE | true | ||
| DataProvider | UltimoString | LTADATAPROVIDER | 50 | true | |
| DecommissionYear | Int32 | LTADECOMMISSIONYEAR | false | 0 | |
| Decomposition | Decomposition | LTADECID | true | ||
| Department | Department | LTADEPID | true | ||
| Description | UltimoString | LTADESCR | 200 | true | |
| Equipment | Equipment | LTAEQMID | true | ||
| Exported | Boolean | LTAEXPORTED | false | 0 | |
| ExternalId | UltimoString | LTAEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | LTAEXTERNALSTATUS | 50 | true | |
| Lifespan | Int32 | LTALIFESPAN | false | 0 | |
| MaintenancePart | MaintenancePart | LTAMNTPID | true | ||
| ObsolescenceType | ObsolescenceType | LTAPOBSOLESCENCETYPE | false | 0 | |
| PartOfLongTermAsset | LongTermAsset | LTAPARTOFLTAID | true | ||
| ProcessFunction | ProcessFunction | LTAPRFID | true | ||
| ProviderMutationDate | DateTime? | LTAPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | LTARECCREATEDATE | true | SYSDATETIME | |
| ReplaceByLongTermAsset | LongTermAsset | LTAREPLACEBYLTAID | true | ||
| ReplacementCost | CompanyMoney | LTAREPLCOST | false | 0 | |
| RiskClass | RiskClass | LTARISCID | true | ||
| RiskScore | Decimal | LTARISKSCORE | false | 0 | |
| SpaceMaintenance | SpaceMaintenance | LTASPCMID | true | ||
| Status | Status | LTARECSTATUS | false | ||
| SystemCompany | Company | LTACOMPID | false | ||
| Text | UltimoString | LTATEXT | true | ||
| TransferNextTime | Boolean | LTATRANSFERNEXTTIME | false | 1 | |
| WantedMaintenanceState | MaintenanceState | LTAWANTEDMNTSID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("LongTermAsset")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("LongTermAsset")· ../tables/LongTermAsset DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="LongTermAsset")Before/After Save events voor LongTermAsset. Bron:workflows.xml.