title: "Feature" category: reference tags: [entity, feature, datamodel] source: Entities.xml date: 2026-04-17 status: published
Feature
Type: Entity Properties: 19 Contexts: 16 Statussen: 2
DB-schema:
lookup_table_schema("Feature")· ../tables/Feature
Contextsbewerken
- 0: Standaard (
FeatureContext.None) - 1: Standaard (
FeatureContext.Standard) - 2: Ruimte (
FeatureContext.Space) - 4: MT (
FeatureContext.MT) - 8: Fleet (
FeatureContext.Fleet) - 16: Gebouw (
FeatureContext.Building) - 32: OnderhoudsElementAct (
FeatureContext.MaintenanceElementActivity) - 64: Infra (
FeatureContext.Infra) - 128: Software (
FeatureContext.Software) - 256: VHE (
FeatureContext.RentableRealEstate) - 512: Artikel (
FeatureContext.Article) - 1024: Project (
FeatureContext.Project) - 2048: Medewerker (
FeatureContext.Employee) - 4096: Stop (
FeatureContext.Stop) - 8192: IT (
FeatureContext.IT) - 16384: Middel (
FeatureContext.Resource)
Statussenbewerken
- -1: Trash (
FeatureStatus.Trash) - 0: None (
FeatureStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | FTRID | 6 | false | |
| AllowOnlyDefaultUnit | Boolean | FTRALLOWONLYDEFAULTUNIT | false | 0 | |
| CadReports | List[CadReport] | CRPTFTRID | true | ||
| Context | Context | FTRCONTEXT | false | 1 | |
| DataProvider | UltimoString | FTRDATAPROVIDER | 50 | true | |
| Description | UltimoString | FTRDESCR | 200 | true | |
| Exported | Boolean | FTREXPORTED | false | ||
| ExternalId | UltimoString | FTREXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | FTREXTERNALSTATUS | 50 | true | |
| ObjectDefinitions | List[CadImportProfileObjectDefinition] | CIMPODFTRID | true | ||
| ObjectFeatures | List[ObjectFeature] | OBJFFTRID | true | ||
| PhysicalQuantityUnit | PhysicalQuantityUnit | FTRPHQUPHQID, FTRPHQUUNTID | true | , | |
| ProviderMutationDate | DateTime? | FTRPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | FTRRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | FTRRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | FTRRECSTATUS | false | ||
| TargetFeatures | List[CadImportProfileProperty] | CIMPPTARGETFTRID | true | ||
| TransferNextTime | Boolean | FTRTRANSFERNEXTTIME | false | 0 | |
| ValueType | FeatureValueType | FTRVALUETYPE | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("Feature")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Feature")· ../tables/Feature DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Feature")Before/After Save events voor Feature. Bron:workflows.xml.