title: "JobPlan" category: reference tags: [entity, job-plan, datamodel] source: Entities.xml date: 2026-04-17 status: published
JobPlan
Type: Entity Properties: 43 Contexts: 7 Statussen: 2
Zie ook het handgeschreven artikel: job-plan
DB-schema:
lookup_table_schema("JobPlan")· ../tables/JobPlan
Contextsbewerken
- 0: Standaard (
JobPlanContext.None) - 1: Standaard (
JobPlanContext.Standard) - 4: Instrument (
JobPlanContext.Instrument) - 8: IT Sjabloon (
JobPlanContext.ITTemplate) - 16: Gebouw (
JobPlanContext.Building) - 32: Fleet (
JobPlanContext.Fleet) - 32768: Infra (
JobPlanContext.Infra)
Statussenbewerken
- -1: Trash (
JobPlanStatus.Trash) - 0: None (
JobPlanStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | JPID | 11 | false | |
| Context | Context | JPCONTEXT | false | 1 | |
| ConvertedDurationToHours | Boolean | JPCONVERTEDDURATIONTOHOURS | false | 1 | |
| ConvertedFromInspectionPlan | Boolean | JPCONVERTEDFROMINSPECTIONPLAN | false | 0 | |
| CopyFromJob | Job | JPCOPYFROMJOBID | true | ||
| CopyText | Boolean | JPCOPYTEXT | false | 0 | |
| CustomerText | UltimoString | JPCUSTOMERTEXT | true | ||
| DataProvider | UltimoString | JPDATAPROVIDER | 50 | true | |
| Description | UltimoString | JPDESCR | 250 | true | |
| Document | Document | JPDOCID | true | ||
| DowntimeRequired | Boolean | JPDOWNTIMEREQUIRED | false | 0 | |
| DurationCalculated | Decimal | JPDURATIONCALC | false | ||
| Employee | Employee | JPEMPID | true | ||
| Exported | Boolean | JPEXPORTED | false | ||
| ExternalId | UltimoString | JPEXTERNALID | 50 | true | |
| Externals | List[JobPlanExternal] | JPEJPID | false | ||
| ExternalStatus | UltimoString | JPEXTERNALSTATUS | 50 | true | |
| Extra1 | Int16 | JPEXTRA1 | false | ||
| Extra2 | Int32 | JPEXTRA2 | false | ||
| Extra3 | Int32 | JPEXTRA3 | false | ||
| Extra4 | UltimoString | JPEXTRA4 | 5 | true | |
| Extra5 | UltimoString | JPEXTRA5 | 5 | true | |
| FlukeOneQAProcedure | UltimoString | JPFLUKEONEQAPROCEDURE | 100 | true | |
| Hours | Decimal | JPHOURS | false | ||
| InspectionLines | List[JobPlanInspectionLine] | JPIJPID | false | ||
| InspectionPlan | InspectionPlan | JPISPID | true | ||
| Materials | List[JobPlanMaterial] | JPMJPID | false | ||
| ProviderMutationDate | DateTime? | JPPROVIDERMUTDATE | true | ||
| PurchaseRequestLines | List[JobPlanPurchaseRequestLine] | JPPRLJPID | false | ||
| RecordChangeDate | DateTime? | JPRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | JPRECCREATEDATE | true | SYSDATETIME | |
| Resources | List[JobPlanResource] | JPRJPID | false | ||
| ServiceContract | ServiceContract | JPSVCID | true | ||
| SkillCategory | SkillCategory | JPSKCID | true | ||
| Status | Status | JPRECSTATUS | false | ||
| StatusApproveDate | DateTime? | JPAPPRVDATE | true | ||
| StatusApprovedEmployee | Employee | JPAPPRVEMPID | true | ||
| StatusCreatedDate | DateTime? | JPREOPENDATE | true | ||
| StatusOpenEmployee | Employee | JPREOPENEMPID | true | ||
| Text | UltimoString | JPTEXT | true | ||
| Tools | List[JobPlanTool] | JPTJPID | false | ||
| TransferNextTime | Boolean | JPTRANSFERNEXTTIME | false | 0 | |
| Vendor | Vendor | JPVDRID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("JobPlan")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("JobPlan")· ../tables/JobPlan DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="JobPlan")Before/After Save events voor JobPlan. Bron:workflows.xml.