title: "ExchangeCurrency" category: reference tags: [entity, exchange-currency, datamodel] source: Entities.xml date: 2026-04-17 status: published
ExchangeCurrency
Type: Entity Properties: 12 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("ExchangeCurrency")· ../tables/ExchangeCurrency
Contextsbewerken
- 0: Standaard (
ExchangeCurrencyContext.None)
Statussenbewerken
- -1: Trash (
ExchangeCurrencyStatus.Trash) - 0: None (
ExchangeCurrencyStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.BaseCurrency | Currency | EXCURBASECURID | false | ||
| Id.CounterCurrency | Currency | EXCURCOUNTERCURID | false | ||
| Context | Context | EXCURCONTEXT | false | 0 | |
| CurrentExchangeRate | ExchangeRate | EXCUREXRABASECURID, EXCUREXRACOUNTERCURID, EXCUREXRALINEID | true | , , | |
| DataProvider | UltimoString | EXCURDATAPROVIDER | 50 | true | |
| Exported | Boolean | EXCUREXPORTED | false | 0 | |
| ExternalId | UltimoString | EXCUREXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | EXCUREXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | EXCURPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime | EXCURRECCREATEDATE | false | SYSDATETIME | |
| Status | Status | EXCURRECSTATUS | false | 0 | |
| TransferNextTime | Boolean | EXCURTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ExchangeCurrency")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ExchangeCurrency")· ../tables/ExchangeCurrency DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ExchangeCurrency")Before/After Save events voor ExchangeCurrency. Bron:workflows.xml.