title: "Currency" category: reference tags: [entity, currency, datamodel] source: Entities.xml date: 2026-04-17 status: published
Currency
Type: Entity Properties: 13 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("Currency")· ../tables/Currency
Contextsbewerken
- 0: Standaard (
CurrencyContext.None)
Statussenbewerken
- -1: Trash (
CurrencyStatus.Trash) - 0: None (
CurrencyStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CURID | 5 | false | |
| Context | Context | CURCONTEXT | false | ||
| CurrencyDate | Date? | CURDATE | true | ||
| DataProvider | UltimoString | CURDATAPROVIDER | 50 | true | |
| DecimalDigits | Int16 | CURDECIMALDIGITS | false | ||
| Description | UltimoString | CURDESCR | 200 | true | |
| Exported | Boolean | CUREXPORTED | false | ||
| ExternalId | UltimoString | CUREXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | CUREXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | CURPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | CURRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | CURRECSTATUS | false | ||
| TransferNextTime | Boolean | CURTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("Currency")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Currency")· ../tables/Currency DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Currency")Before/After Save events voor Currency. Bron:workflows.xml.