Hello All,
I need to convert any currency to US Doller.
The current solution is to have a static table and provide
conversion rates there and use the table for conversion.
However, this solution need a dedicated person to update the values bases on the day’s exchange rate.
I want to use some web service, if any available from Exchange side
that will automatically update currency rate day by day in side CRM
custome entity.
Please suggest me,how can i proceed.