How to get Exchange rate in x++ ?
public display Amount TIDF_ExchangeRate()
{
ExchangeRate exchangeRate;
ExchangeRateType ExchangeRateType;
ExchangeRateCurrencyPair exchangeRateCurrencyPair;
real exchRate;
{
ExchangeRate exchangeRate;
ExchangeRateType ExchangeRateType;
ExchangeRateCurrencyPair exchangeRateCurrencyPair;
real exchRate;
CurrencyCode fromCurrency = this.CurrencyCode;
CurrencyCode toCurrency = Ledger::find(Ledger::current()).AccountingCurrency ; //”AED”;
TransDate …
Continue Reading noreply@blogger.com (Mahmoud Hakim)’s Article on their blog
How to get Exchange rate in x++ ?
Blog Syndicated with noreply@blogger.com (Mahmoud Hakim)’s Permission
More About This Author
Array
Finance & Operations29 January 2023Tips after restoring backup from production server to Test server in Ax 2012
Finance & Operations25 August 2022How To to use Performance Timer to investigate the issues in D365?
Finance & Operations3 July 2022Table Sync Failed for Table: XXXtable. Exception: System.InvalidOperationException: Table 'XXX': Converting Field 'YYY' of Type 'AxTableFieldReal' to 'AxTableFieldInt' is not supported. Please drop the original field, sync the table and add a new field with the same name if needed.
Finance & Operations1 July 2022Ho to calculate due date in x++?