I've got a currency with base currency USD. I'm trying to update the currency exchange rates utilising the Exchange Rate Service. Since ECB provides just exchange rates against EURO, what source should I use?
Or use YAHOO-EXCHANGE-RATES with these instructions:
Service Url: http://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in ("USDEUR","USDCAD","USDGBP")&env=store://datatables.org/alltableswithkeys
Answers
Try to use this one:
https://community.dynamics.com/nav/b/navvideos/archive/2015/11/17/how-do-i-set-up-the-currency-exchange-rate-update-in-microsoft-dynamics-nav-2016.
Regrads.
Service Url:
http://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xchange where pair in ("USDEUR","USDCAD","USDGBP")&env=store://datatables.org/alltableswithkeys
Regrads.