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

Sign In/Sign Up Sidebar Search
Popular Now
Loading

Signing-in 3 seconds...

Signing-up 3 seconds...