---
title: "Table 4 Currency"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/4-currency/
type: table
id: 4
name: "Currency"
app: "Base Application"
namespace: Microsoft.Finance.Currency
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/4-currency/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 4 Currency

Jonas Paprotka, https://jonas-paprotka.de/ref/table/4-currency/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Finance.Currency |
| Versions | 17-28 |
| Source file | Finance/Currency/Currency.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Code | Code[10] | 17-28 | - | - |
| 2 | Last Date Modified | Date | 17-28 | - | - |
| 3 | Last Date Adjusted | Date | 17-28 | - | - |
| 4 | ISO Code | Code[3] | 17-28 | - | - |
| 5 | ISO Numeric Code | Code[3] | 17-28 | - | - |
| 6 | Unrealized Gains Acc. | Code[20] | 17-28 | - | - |
| 7 | Realized Gains Acc. | Code[20] | 17-28 | - | - |
| 8 | Unrealized Losses Acc. | Code[20] | 17-28 | - | - |
| 9 | Realized Losses Acc. | Code[20] | 17-28 | - | - |
| 10 | Invoice Rounding Precision | Decimal | 17-28 | - | - |
| 12 | Invoice Rounding Type | Option | 17-28 | - | - |
| 13 | Amount Rounding Precision | Decimal | 17-28 | - | - |
| 14 | Unit-Amount Rounding Precision | Decimal | 17-28 | - | - |
| 15 | Description | Text[30] | 17-28 | - | - |
| 17 | Amount Decimal Places | Text[5] | 17-28 | - | - |
| 18 | Unit-Amount Decimal Places | Text[5] | 17-28 | - | - |
| 19 | Customer Filter | Code[20] | 17-28 | - | - |
| 20 | Vendor Filter | Code[20] | 17-28 | - | - |
| 21 | Global Dimension 1 Filter | Code[20] | 17-28 | - | - |
| 22 | Global Dimension 2 Filter | Code[20] | 17-28 | - | - |
| 23 | Date Filter | Date | 17-28 | - | - |
| 24 | Cust. Ledg. Entries in Filter | Boolean | 17-28 | - | - |
| 25 | Customer Balance | Decimal | 17-28 | - | - |
| 26 | Customer Outstanding Orders | Decimal | 17-28 | - | - |
| 27 | Customer Shipped Not Invoiced | Decimal | 17-28 | - | - |
| 28 | Customer Balance Due | Decimal | 17-28 | - | - |
| 29 | Vendor Ledg. Entries in Filter | Boolean | 17-28 | - | - |
| 30 | Vendor Balance | Decimal | 17-28 | - | - |
| 31 | Vendor Outstanding Orders | Decimal | 17-28 | - | - |
| 32 | Vendor Amt. Rcd. Not Invoiced | Decimal | 17-28 | - | - |
| 33 | Vendor Balance Due | Decimal | 17-28 | - | - |
| 34 | Customer Balance (LCY) | Decimal | 17-28 | - | - |
| 35 | Vendor Balance (LCY) | Decimal | 17-28 | - | - |
| 40 | Realized G/L Gains Account | Code[20] | 17-28 | - | - |
| 41 | Realized G/L Losses Account | Code[20] | 17-28 | - | - |
| 44 | Appln. Rounding Precision | Decimal | 17-28 | - | - |
| 45 | EMU Currency | Boolean | 17-28 | - | - |
| 46 | Currency Factor | Decimal | 17-28 | - | - |
| 47 | Residual Gains Account | Code[20] | 17-28 | - | - |
| 48 | Residual Losses Account | Code[20] | 17-28 | - | - |
| 50 | Conv. LCY Rndg. Debit Acc. | Code[20] | 17-28 | - | - |
| 51 | Conv. LCY Rndg. Credit Acc. | Code[20] | 17-28 | - | - |
| 52 | Max. VAT Difference Allowed | Decimal | 17-28 | - | - |
| 53 | VAT Rounding Type | Option | 17-28 | - | - |
| 54 | Payment Tolerance % | Decimal | 17-28 | - | - |
| 55 | Max. Payment Tolerance Amount | Decimal | 17-28 | - | - |
| 56 | Symbol | Text[10] | 17-28 | - | - |
| 57 | Last Modified Date Time | DateTime | 17-28 | - | - |
| 166 | Currency Symbol Position | Enum Currency Symbol Position | 27-28 | - | - |
| 720 | Coupled to CRM | Boolean | 19-28 | Removed 26.0 | Replaced by flow field Coupled to Dataverse |
| 721 | Coupled to Dataverse | Boolean | 22-28 | - | - |
| 8000 | Id | Guid | 17-25 | Removed 22.0 | This functionality will be replaced by the systemID field |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Code | 17-28 |
| Key2 | SystemModifiedAt | 17-28 |
| Key3 | Coupled to CRM | 19-25 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| InitRoundingPrecision | () | - | public | 17-28 | - | - |
| VATRoundingDirection | () | Text[1] | public | 17-28 | - | - |
| InvoiceRoundingDirection | () | Text[1] | public | 17-28 | - | - |
| CheckAmountRoundingPrecision | () | - | public | 17-28 | - | - |
| GetGainLossAccount | (Record Detailed CV Ledg. Entry Buffer) | Code[20] | public | 17-28 | - | - |
| GetRealizedGainsAccount | () | Code[20] | public | 17-28 | - | - |
| GetRealizedLossesAccount | () | Code[20] | public | 17-28 | - | - |
| GetRealizedGLGainsAccount | () | Code[20] | public | 17-28 | - | - |
| GetRealizedGLLossesAccount | () | Code[20] | public | 17-28 | - | - |
| GetResidualGainsAccount | () | Code[20] | public | 17-28 | - | - |
| GetResidualLossesAccount | () | Code[20] | public | 17-28 | - | - |
| GetUnrealizedGainsAccount | () | Code[20] | public | 17-28 | - | - |
| GetUnrealizedLossesAccount | () | Code[20] | public | 17-28 | - | - |
| GetConvLCYRoundingDebitAccount | () | Code[20] | public | 17-28 | - | - |
| GetConvLCYRoundingCreditAccount | () | Code[20] | public | 17-28 | - | - |
| GetCurrencySymbol | () | Text[10] | public | 17-28 | - | - |
| ResolveCurrencySymbol | (Code[10]) | Text[10] | public | 17-28 | - | - |
| ResolveCurrencyDescription | (Code[10]) | Text | public | 17-28 | - | - |
| ResolveGLCurrencySymbol | (Code[10]) | Text[10] | public | 17-28 | - | - |
| Initialize | (Code[10]) | - | public | 17-28 | - | - |
| SuggestSetupAccounts | () | - | public | 17-28 | - | - |
| Initialize | (Code[10], Boolean) | - | public | 19-28 | - | - |
| CheckDuplicateCurrencySymbol | (Text[10]) | - | public | 27-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterInitRoundingPrecision | (var Record Currency, var Record Currency, var Record General Ledger Setup) | 17-28 | - | - |
| Integration event | OnBeforeGetGainLossAccount | (var Record Currency, Record Detailed CV Ledg. Entry Buffer) | 17-28 | - | - |
| Integration event | OnBeforeResolveCurrencySymbol | (var Record Currency, var Code[10]) | 21-28 | - | - |
| Integration event | OnGetGainLossAccountOnOtherEntryType | (var Record Currency, Record Detailed CV Ledg. Entry Buffer, var Boolean, var Code[20]) | 25-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
