title: "JobLink" category: reference tags: [entity, job-link, datamodel] source: Entities.xml date: 2026-04-17 status: published
JobLink
Type: Entity Properties: 7 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("JobLink")· ../tables/JobLink
Contextsbewerken
- 0: Standaard (
JobLinkContext.None)
Statussenbewerken
- -1: Trash (
JobLinkStatus.Trash) - 0: None (
JobLinkStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | JLID | 1 | false | |
| Context | Context | JLCONTEXT | false | ||
| Description | UltimoString | JLDESCR | 200 | true | |
| Exported | Boolean | JLEXPORTED | false | 0 | |
| JobLinkType | JobLinkType | JLTYPE | false | 0 | |
| RecordCreateDate | DateTime? | JLRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | JLRECSTATUS | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("JobLink")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("JobLink")· ../tables/JobLink DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="JobLink")Before/After Save events voor JobLink. Bron:workflows.xml.