How to get Exchange rate in x++ ?

public display Amount TIDF_ExchangeRate()
{
    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

Author: Mahmoud Hakim

Share This Post On
Share via
Copy link
Powered by Social Snap