title: "ConditionFlaw" category: reference tags: [entity, condition-flaw, datamodel] source: Entities.xml date: 2026-04-17 status: published
ConditionFlaw
Type: Entity Properties: 19 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("ConditionFlaw")· ../tables/ConditionFlaw
Contextsbewerken
- 0: Standaard (
ConditionFlawContext.None) - 1: Gebouwbeheer (
ConditionFlawContext.Standard) - 2: Infra (
ConditionFlawContext.Infra)
Statussenbewerken
- -1: Trash (
ConditionFlawStatus.Trash) - 0: None (
ConditionFlawStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CONFLID | 8 | false | |
| Category | ConditionFlawCategory | CONFLCATEGORY | false | 0 | |
| ConditionFlawBookLines | List[ConditionFlawBookLine] | CONFLBLCONFLID | false | ||
| ConditionFlawMaterials | List[ConditionFlawMaterial] | CONDFLMCONFLID | false | ||
| ConditionFlawPresents | List[ConditionFlawPresent] | CONFLPCONFLID | true | ||
| ConditionFlawType | ConditionFlawType | CONFLCONFLTID | true | ||
| ConditionIntensity | ConditionIntensity | CONFLCONINTID | true | ||
| ConditionInterest | ConditionInterest | CONFLCONIID | true | ||
| Context | Context | CONFLCONTEXT | false | ||
| DataProvider | UltimoString | CONFLDATAPROVIDER | 50 | true | |
| Description | UltimoString | CONFLDESCR | 300 | true | |
| Exported | Boolean | CONFLEXPORTED | false | ||
| ExternalId | UltimoString | CONFLEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | CONFLEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | CONFLPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | CONFLRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | CONFLRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | CONFLRECSTATUS | false | ||
| TransferNextTime | Boolean | CONFLTRANSFERNEXTTIME | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("ConditionFlaw")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ConditionFlaw")· ../tables/ConditionFlaw DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ConditionFlaw")Before/After Save events voor ConditionFlaw. Bron:workflows.xml.