Hi AllI have a field on the Form where user enters currency in numbers
and a dropdown where he selects the currency( options may be all foregin
currency like USD, Yen, etc etc).The problem statement is that I want to
convert the currency into Dollars while storing in backend,Any idea what
would be the best way to implement this.If we put a javascipt formula
then the problem would be that the exchange rate keeps on
changing.Another approach would be to store the exchange rate in DB or
in configur...