title: "InspectionLineScore" category: reference tags: [entity, inspection-line-score, datamodel] source: Entities.xml date: 2026-04-17 status: published
InspectionLineScore
Type: Entity Properties: 10 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("InspectionLineScore")· ../tables/InspectionLineScore
Contextsbewerken
- 0: Standaard (
InspectionLineScoreContext.None)
Statussenbewerken
- -1: Trash (
InspectionLineScoreStatus.Trash) - 0: None (
InspectionLineScoreStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ILSID | 4 | false | |
| Context | Context | ILSCONTEXT | false | ||
| Description | UltimoString | ILSDESCR | 200 | true | |
| Exported | Boolean | ILSEXPORTED | false | 0 | |
| FinalObjectInspectionLines | List[ObjectInspectionLine] | OBJIFINALILSID | true | ||
| ImpliesApproval | Boolean | ILSIMPLIESAPPROVAL | false | 1 | |
| ObjectInspectionLines | List[ObjectInspectionLine] | OBJIILSID | true | ||
| Order | Int16 | ILSORDER | false | 0 | |
| RecordCreateDate | DateTime? | ILSRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | ILSRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("InspectionLineScore")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("InspectionLineScore")· ../tables/InspectionLineScore DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="InspectionLineScore")Before/After Save events voor InspectionLineScore. Bron:workflows.xml.