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
Dyn365O2023.01.29Tips after restoring backup from production server to Test server in Ax 2012
Dyn365O2022.08.25How To to use Performance Timer to investigate the issues in D365?
Dyn365O2022.07.03Table 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.
Dyn365O2022.07.01Ho to calculate due date in x++?