title: "ProcessFunctionJob" category: reference tags: [entity, process-function-job, datamodel] source: Entities.xml date: 2026-04-17 status: published
ProcessFunctionJob
Type: Entity Properties: 7 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("ProcessFunctionJob")· ../tables/ProcessFunctionJob
Contextsbewerken
- 0: Standaard (
ProcessFunctionJobContext.None)
Statussenbewerken
- -1: Trash (
ProcessFunctionJobStatus.Trash) - 0: None (
ProcessFunctionJobStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.Job | Job | PRFJJOBID | false | ||
| Id.ProcessFunction | ProcessFunction | PRFJPRFID | false | ||
| Context | Context | PRFJCONTEXT | false | ||
| Exported | Boolean | PRFJEXPORTED | false | ||
| RecordCreateDate | DateTime? | PRFJRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | PRFJRECSTATUS | false | ||
| SystemCompany | Company | PRFJCOMPID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("ProcessFunctionJob")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ProcessFunctionJob")· ../tables/ProcessFunctionJob DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ProcessFunctionJob")Before/After Save events voor ProcessFunctionJob. Bron:workflows.xml.