title: "InspectionPlanLineLink" category: reference tags: [entity, inspection-plan-line-link, datamodel] source: Entities.xml date: 2026-04-17 status: published
InspectionPlanLineLink
Type: Entity Properties: 11 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("InspectionPlanLineLink")· ../tables/InspectionPlanLineLink
Contextsbewerken
- 1: Standaard (
InspectionPlanLineLinkContext.Standard)
Statussenbewerken
- -1: Trash (
InspectionPlanLineLinkStatus.Trash) - 0: None (
InspectionPlanLineLinkStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | ISPLLID | 6 | false | |
| Context | Context | ISPLLCONTEXT | false | ||
| Destination | InspectionPlanLine | ISPLLDESTINATIONISPID, ISPLLDESTINATIONLINEID | true | , | |
| DestinationPlan | InspectionPlan | ISPLLISPID | true | ||
| Exported | Boolean | ISPLLEXPORTED | false | 0 | |
| RecordCreateDate | DateTime? | ISPLLRECCREATEDATE | true | SYSDATETIME | |
| RemarkText | UltimoString | ISPLLREMARKTEXT | true | ||
| Required | Boolean | ISPLLREQUIRED | false | 0 | |
| Source | InspectionPlanLine | ISPLLSOURCEISPID, ISPLLSOURCELINEID | true | , | |
| Status | Status | ISPLLRECSTATUS | false | ||
| SystemCompany | Company | ISPLLCOMPID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("InspectionPlanLineLink")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("InspectionPlanLineLink")· ../tables/InspectionPlanLineLink DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="InspectionPlanLineLink")Before/After Save events voor InspectionPlanLineLink. Bron:workflows.xml.