Regarding List of Currency

0
 Hi Need to download a predefined currency drop down list from a mendix marketplace,not able to acheive it suggest any ideas to sort it out
asked
2 answers
0

Hi Karthikeyan

You could work with an enumeration and add your currencies manually, or you can create your own masterdata entity ‘currency’ with its own properties and associations to prices, depending on your needs.

Kind regards,

Leander

answered
0

Hi,

You could you the following RestCountries API to load the Countries and Currency data into a local entity and use that local entity as the source of your dropdown.

https://marketplace.mendix.com/link/component/116980

Regards,

Shekhar

answered