title: "Profession" category: reference tags: [entity, profession, datamodel] source: Entities.xml date: 2026-04-17 status: published
Profession
Type: Entity Properties: 15 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("Profession")· ../tables/Profession
Contextsbewerken
- 0: Standaard (
ProfessionContext.None) - 1: Standaard (
ProfessionContext.Standard) - 2: BHV (
ProfessionContext.EmergencyResponseOfficer)
Statussenbewerken
- -1: Trash (
ProfessionStatus.Trash) - 0: None (
ProfessionStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PROFID | 6 | false | |
| _MAXPRCH | Decimal | _PROFMAXPRCH | false | 0 | |
| _Maxprchline | Decimal | _PROFMAXPRCHLINE | false | 0 | |
| Context | Context | PROFCONTEXT | false | 1 | |
| DataProvider | UltimoString | PROFDATAPROVIDER | 50 | true | |
| Description | UltimoString | PROFDESCR | 200 | true | |
| Employees | List[Employee] | EMPPROFID | true | ||
| Exported | Boolean | PROFEXPORTED | false | ||
| ExternalId | UltimoString | PROFEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | PROFEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | PROFPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | PROFRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | PROFRECSTATUS | false | ||
| Text | UltimoString | PROFTEXT | true | ||
| TransferNextTime | Boolean | PROFTRANSFERNEXTTIME | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("Profession")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Profession")· ../tables/Profession DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Profession")Before/After Save events voor Profession. Bron:workflows.xml.