title: "JobSuccessors" category: reference tags: [entity, job-successors, datamodel] source: Entities.xml date: 2026-04-17 status: published
JobSuccessors
Type: Entity Properties: 10 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("JobSuccessors")· ../tables/JobSuccessors
Contextsbewerken
- 0: Standaard (
JobSuccessorsContext.None)
Statussenbewerken
- -1: Trash (
JobSuccessorsStatus.Trash) - 0: None (
JobSuccessorsStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.Job | Job | JOBSJOBID | false | ||
| Id.LinkJob | Job | JOBSLINKJOBID | false | ||
| Context | Context | JOBSCONTEXT | false | ||
| Exported | Boolean | JOBSEXPORTED | false | ||
| JobLink | JobLink | JOBSJLID | true | ||
| RecordCreateDate | DateTime? | JOBSRECCREATEDATE | true | SYSDATETIME | |
| ScheduledQuantity | Int16 | JOBSSCHEDQTY | false | 0 | |
| ScheduledTimeUnit | TimeUnit | JOBSSCHEDTIMUID | true | ||
| Status | Status | JOBSRECSTATUS | false | ||
| SystemCompany | Company | JOBSCOMPID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("JobSuccessors")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("JobSuccessors")· ../tables/JobSuccessors DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="JobSuccessors")Before/After Save events voor JobSuccessors. Bron:workflows.xml.