title: "Operation" category: reference tags: [entity, operation, datamodel] source: Entities.xml date: 2026-04-17 status: published
Operation
Type: Entity Properties: 12 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("Operation")· ../tables/Operation
Contextsbewerken
- 0: Standaard (
OperationContext.None) - 1: Standaard (
OperationContext.Standard)
Statussenbewerken
- -1: Trash (
OperationStatus.Trash) - 0: None (
OperationStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | OPRID | 5 | false | |
| Context | Context | OPRCONTEXT | false | 1 | |
| DataProvider | UltimoString | OPRDATAPROVIDER | 50 | true | |
| Description | UltimoString | OPRDESCR | 200 | true | |
| Exported | Boolean | OPREXPORTED | false | ||
| ExternalId | UltimoString | OPREXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | OPREXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | OPRPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | OPRRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | OPRRECSTATUS | false | ||
| Text | UltimoString | OPRTEXT | true | ||
| TransferNextTime | Boolean | OPRTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Operation")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Operation")· ../tables/Operation DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Operation")Before/After Save events voor Operation. Bron:workflows.xml.