title: "Permit" category: reference tags: [entity, permit, datamodel] source: Entities.xml date: 2026-04-17 status: published
Permit
Type: Entity Properties: 56 Contexts: 3 Statussen: 10
Zie ook het handgeschreven artikel: permit
DB-schema:
lookup_table_schema("Permit")· ../tables/Permit
Contextsbewerken
- 0: Werkvergunning (
PermitContext.None) - 1: Werkvergunning (
PermitContext.WorkPermit) - 2: Werkvergunningssjabloon (
PermitContext.WorkPermitTemplate)
Statussenbewerken
- -1: Trash (
PermitStatus.Trash) - 0: None (
PermitStatus.None) - 1: Aangemaakt (
PermitStatus.Created) - 2: Aangevraagd (
PermitStatus.Requested) - 4: Voorbereiding gereed (
PermitStatus.Prepared) - 8: Actief (
PermitStatus.Active) - 16: Gesloten (
PermitStatus.Closed) - 32: Te verlengen (
PermitStatus.ToProlong) - 64: Open (
PermitStatus.TemplateCreated) - 128: Goedgekeurd (
PermitStatus.TemplateApproved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PERMID | 6 | false | |
| ConsiderationsText | UltimoString | PERMCONSIDERATIONSTEXT | true | ||
| Context | Context | PERMCONTEXT | false | 1 | |
| CopiedFromPermit | Permit | PERMCOPIEDFROMPERMID | true | ||
| DataProvider | UltimoString | PERMDATAPROVIDER | 50 | true | |
| Department | Department | PERMDEPID | true | ||
| Description | UltimoString | PERMDESCRIPTION | 200 | true | |
| EmployeesText | UltimoString | PERMEMPLOYEESTEXT | true | ||
| EndDate | DateTime? | PERMENDDATE | true | ||
| Environment | UltimoString | PERMENVIRONMENT | 40 | true | |
| Equipment | Equipment | PERMEQMID | true | ||
| Exported | Boolean | PERMEXPORTED | false | 0 | |
| ExternalId | UltimoString | PERMEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | PERMEXTERNALSTATUS | 50 | true | |
| HighRisk | Boolean | PERMHIGHRISK | false | 0 | |
| HighRiskDate | DateTime? | PERMHIGHRISKDATE | true | ||
| HighRiskEmployee | Employee | PERMHIGHRISKEMPID | true | ||
| ImageOnBack | UltimoString | PERMIMAGEONBACK | true | ||
| InspectionLines | List[ObjectInspectionLine] | OBJIPERMID | true | ||
| Job | Job | PERMJOBID | true | ||
| LockoutTagoutApplicable | Boolean | PERMLOTOAPPLICABLE | false | 0 | |
| NumberOfPersons | Int16 | PERMNUMBEROFPERSONS | false | 1 | |
| PrintGasMeasurements | Boolean | PERMPRINTGASMEASUREMENTS | false | 1 | |
| ProcessFunction | ProcessFunction | PERMPRFID | true | ||
| ProgressStatus | ProgressStatus | PERMPRSID | true | ||
| ProgressStatusHistories | List[ObjectProgressStatusHistory] | OBJPRSHPERMID | true | ||
| ProviderMutationDate | DateTime? | PERMPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | PERMRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | PERMRECCREATEDATE | true | SYSDATETIME | |
| Report | Document | PERMREPORTDOCID | true | ||
| RequirementsText | UltimoString | PERMREQUIREMENTSTEXT | true | ||
| RisksText | UltimoString | PERMRISKSTEXT | true | ||
| Site | Site | PERMSITID | true | ||
| Space | Space | PERMSPCID | true | ||
| StartDate | DateTime? | PERMSTARTDATE | true | ||
| Status | Status | PERMRECSTATUS | false | 1 | |
| StatusActivatedDate | DateTime? | PERMACTIVATEDDATE | true | ||
| StatusActivatedEmployee | Employee | PERMACTIVATEDEMPID | true | ||
| StatusClosedDate | DateTime? | PERMCLOSEDDATE | true | ||
| StatusClosedEmployee | Employee | PERMCLOSEDEMPID | true | ||
| StatusCreatedDate | DateTime? | PERMCREATEDDATE | true | ||
| StatusCreatedEmployee | Employee | PERMCREATEDEMPID | true | USERID | |
| StatusPreparedDate | DateTime? | PERMPREPAREDDATE | true | ||
| StatusPreparedEmployee | Employee | PERMPREPAREDEMPID | true | ||
| StatusRequestedDate | DateTime? | PERMREQUESTEDDATE | true | ||
| StatusRequestedEmployee | Employee | PERMREQUESTEDEMPID | true | ||
| StatusTemplateApprovedDate | DateTime? | PERMTEMPLATEAPPROVEDDATE | true | ||
| StatusTemplateApprovedEmployee | Employee | PERMTEMPLATEAPPROVEDEMPID | true | ||
| StatusTemplateCreatedDate | DateTime? | PERMTEMPLATECREATEDDATE | true | ||
| StatusTemplateCreatedEmployee | Employee | PERMTEMPLATECREATEDEMPID | true | ||
| StatusToProlongDate | DateTime? | PERMTOPROLONGDATE | true | ||
| StatusToProlongEmployee | Employee | PERMTOPROLONGEMPID | true | ||
| SystemCompany | Company | PERMCOMPID | false | ||
| Text | UltimoString | PERMTEXT | true | ||
| TransferNextTime | Boolean | PERMTRANSFERNEXTTIME | false | 0 | |
| ValidityPeriodInDays | Int16 | PERMVALIDITYPERIODINDAYS | false | 7 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Permit")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Permit")· ../tables/Permit DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Permit")Before/After Save events voor Permit. Bron:workflows.xml.