title: "Priority" category: reference tags: [entity, priority, datamodel] source: Entities.xml date: 2026-04-17 status: published
Priority
Type: Entity Properties: 30 Contexts: 5 Statussen: 2
Zie ook het handgeschreven artikel: priority
DB-schema:
lookup_table_schema("Priority")· ../tables/Priority
Contextsbewerken
- 0: Standaard (
PriorityContext.None) - 1: Standaard (
PriorityContext.Standard) - 2: IT (
PriorityContext.IT) - 8: MID (
PriorityContext.MID) - 32: Moc (
PriorityContext.ManagementOfChange)
Statussenbewerken
- -1: Trash (
PriorityStatus.Trash) - 0: None (
PriorityStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PRIID | 4 | false | |
| _Priorities | List[_Jobtprio] | _JOBTPRIOPRIID | true | ||
| CalculateDateReferencePoint | CalculateDateReferencePoint | PRICALCULATEDATEREFERENCEPOINT | false | 0 | |
| Context | Context | PRICONTEXT | false | 1 | |
| ConvertedDurationToHours | Boolean | PRICONVERTEDDURATIONTOHOURS | false | 1 | |
| DataProvider | UltimoString | PRIDATAPROVIDER | 50 | true | |
| Description | UltimoString | PRIDESCR | 200 | true | |
| DurationUntilScheduledStartDate | Decimal | PRIDURATIONUNTILSCHEDULEDSTARTDATE | false | 0 | |
| DurationUntilTargetDate | Decimal | PRIDURATIONUNTILTARGETDATE | false | 0 | |
| Emergency | Boolean | PRIEMERGENCY | false | 0 | |
| Exported | Boolean | PRIEXPORTED | false | ||
| ExternalId | UltimoString | PRIEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | PRIEXTERNALSTATUS | 50 | true | |
| Icon | UltimoString | PRIICON | 50 | true | |
| Jobs | List[Job] | JOBPRIID | true | ||
| PmJobs | List[PmJob] | PMJPRIID | true | ||
| PmWorkOrders | List[PmWorkOrder] | PMWPRIID | true | ||
| PriorityMatrixes | List[PriorityMatrix] | PRMPRIID | true | ||
| Projects | List[Project] | PRJPRIID | true | M | |
| ProviderMutationDate | DateTime? | PRIPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | PRIRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | PRIRECCREATEDATE | true | SYSDATETIME | |
| Reminders | List[Reminder] | REMPRIID | true | 02 | |
| SendNotification | Boolean | PRISENDNOTIFICATION | false | 0 | |
| SetScheduledStartDateToStartOfWorkingDay | Boolean | PRISETSCHEDULEDSTARTDATETOSTARTOFWORKINGDAY | false | 0 | |
| SetTargetDateToEndOfWorkingDay | Boolean | PRISETTARGETDATETOENDOFWORKINGDAY | false | 0 | |
| SortSequence | Int16 | PRISORTSEQUENCE | false | ||
| Status | Status | PRIRECSTATUS | false | ||
| TransferNextTime | Boolean | PRITRANSFERNEXTTIME | false | 0 | |
| WorkOrders | List[WorkOrder] | WOPRIID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("Priority")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Priority")· ../tables/Priority DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Priority")Before/After Save events voor Priority. Bron:workflows.xml.