title: "ObjectJobPlan" category: reference tags: [entity, object-job-plan, datamodel] source: Entities.xml date: 2026-04-17 status: published
ObjectJobPlan
Type: Entity Properties: 13 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("ObjectJobPlan")· ../tables/ObjectJobPlan
Contextsbewerken
- 1: Standaard (
ObjectJobPlanContext.Standard) - 2: Automatisch aangemaakt (
ObjectJobPlanContext.CreatedAutomatically) - 4: Groeps-PO (
ObjectJobPlanContext.GroupPM)
Statussenbewerken
- -1: Trash (
ObjectJobPlanStatus.Trash) - 0: None (
ObjectJobPlanStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | OBJJPID | 6 | false | |
| Context | Context | OBJJPCONTEXT | false | 1 | |
| CustomerText | UltimoString | OBJJPCUSTOMERTEXT | true | ||
| Description | UltimoString | OBJJPDESCR | 250 | true | |
| EquipmentType | EquipmentType | OBJJPEQMTID | true | ||
| Exported | Boolean | OBJJPEXPORTED | false | 0 | |
| FinishingType | FinishingType | OBJJPFINTFINID, OBJJPFINTID | true | , | |
| JobPlan | JobPlan | OBJJPJPID | true | ||
| ManufactureYearFrom | Int16 | OBJJPMANUFYEARFROM | false | 0 | |
| ManufactureYearTill | Int16 | OBJJPMANUFYEARTILL | false | 0 | |
| PmWorkOrder | PmWorkOrder | OBJJPPMWID | true | ||
| RecordCreateDate | DateTime? | OBJJPRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | OBJJPRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("ObjectJobPlan")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ObjectJobPlan")· ../tables/ObjectJobPlan DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ObjectJobPlan")Before/After Save events voor ObjectJobPlan. Bron:workflows.xml.