title: "JobNotification" category: reference tags: [entity, job-notification, datamodel] source: Entities.xml date: 2026-04-17 status: published
JobNotification
Type: Entity Properties: 14 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("JobNotification")· ../tables/JobNotification
Contextsbewerken
- 0: Standaard (
JobNotificationContext.None)
Statussenbewerken
- -1: Trash (
JobNotificationStatus.Trash) - 0: None (
JobNotificationStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | JOBNID | 11 | false | |
| Context | Context | JOBNCONTEXT | false | ||
| Exported | Boolean | JOBNEXPORTED | false | 0 | |
| Job | Job | JOBNJOBID | true | ||
| OnResponse | Boolean | JOBNONRESPONSE | false | 0 | |
| Percentage | Decimal | JOBNPERCENTAGE | false | ||
| RecordCreateDate | DateTime? | JOBNRECCREATEDATE | true | SYSDATETIME | |
| SendDate | DateTime? | JOBNSENDDATE | true | ||
| SendEmail | Boolean | JOBNSENDEMAIL | false | 0 | |
| SendReminder | Boolean | JOBNSENDREMINDER | false | 0 | |
| SendToEmployee | Boolean | JOBNSENDTOEMPLOYEE | false | 0 | |
| SendToManager | Boolean | JOBNSENDTOMANAGER | false | 0 | |
| Status | Status | JOBNRECSTATUS | false | ||
| SystemCompany | Company | JOBNCOMPID | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("JobNotification")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("JobNotification")· ../tables/JobNotification DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="JobNotification")Before/After Save events voor JobNotification. Bron:workflows.xml.