title: "Urgency" category: reference tags: [entity, urgency, datamodel] source: Entities.xml date: 2026-04-17 status: published
Urgency
Type: Entity Properties: 13 Contexts: 3 Statussen: 2
DB-schema:
lookup_table_schema("Urgency")· ../tables/Urgency
Contextsbewerken
- 0: Standaard (
UrgencyContext.None) - 1: Standaard (
UrgencyContext.Standard) - 2: IT (
UrgencyContext.IT)
Statussenbewerken
- -1: Trash (
UrgencyStatus.Trash) - 0: None (
UrgencyStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | URGID | 11 | false | |
| Context | Context | URGCONTEXT | false | 1 | |
| DataProvider | UltimoString | URGDATAPROVIDER | 50 | true | |
| Description | UltimoString | URGDESCR | 200 | true | |
| Exported | Boolean | URGEXPORTED | false | ||
| ExternalId | UltimoString | URGEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | URGEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | URGPROVIDERMUTDATE | true | ||
| RecordChangeDate | DateTime? | URGRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | URGRECCREATEDATE | true | SYSDATETIME | |
| SortSequence | Int16 | URGSORTSEQUENCE | false | ||
| Status | Status | URGRECSTATUS | false | ||
| TransferNextTime | Boolean | URGTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Urgency")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Urgency")· ../tables/Urgency DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Urgency")Before/After Save events voor Urgency. Bron:workflows.xml.