Import Web service

0
I am trying to build one small currency convert app for learning purpose. I will import external currency converter webservice. But i am not getting the idea to dymanically provide the input currency in my app and get the corresponding converted one. Please provide me an idea how i can do this. Thanks!!
asked
1 answers
2

Hi Kousik,

You can have a lookup entity (Currency) where the Admin creates the desirable currencies from that entity, and associate it with the entity that is used to capture the user’s input, and in the page add a reference selector where the user will select a currency from the drop-down.

 

Edit:

In case you wanted to provide the output dynamically as the user selects the input you can use the On Change activity on the input fields

answered