title: "PermitType" category: reference tags: [entity, permit-type, datamodel] source: Entities.xml date: 2026-04-17 status: published
PermitType
Type: Entity Properties: 16 Contexts: 1 Statussen: 4
DB-schema:
lookup_table_schema("PermitType")· ../tables/PermitType
Contextsbewerken
- 1: Werkvergunning (
PermitTypeContext.WorkPermit)
Statussenbewerken
- -1: Trash (
PermitTypeStatus.Trash) - 0: None (
PermitTypeStatus.None) - 1: Aangemaakt (
PermitTypeStatus.Created) - 2: Goedgekeurd (
PermitTypeStatus.Approved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PERMTID | 4 | false | |
| Context | Context | PERMTCONTEXT | false | 0 | |
| DataProvider | UltimoString | PERMTDATAPROVIDER | 50 | true | |
| Description | UltimoString | PERMTDESCR | 36 | true | |
| Exported | Boolean | PERMTEXPORTED | false | 0 | |
| ExternalId | UltimoString | PERMTEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | PERMTEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | PERMTPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime | PERMTRECCREATEDATE | false | SYSDATETIME | |
| Status | Status | PERMTRECSTATUS | false | 1 | |
| StatusApprovedDate | DateTime? | PERMTAPPROVEDDATE | true | ||
| StatusApprovedEmployee | Employee | PERMTAPPROVEDEMPID | true | ||
| StatusCreatedDate | DateTime? | PERMTCREATEDDATE | true | ||
| StatusCreatedEmployee | Employee | PERMTCREATEDEMPID | true | ||
| SymbolImageFile | UltimoString | PERMTSYMBOLIMAGEFILE | true | ||
| TransferNextTime | Boolean | PERMTTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("PermitType")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("PermitType")· ../tables/PermitType DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="PermitType")Before/After Save events voor PermitType. Bron:workflows.xml.