String to Enumeration Conversion

0
We are trying to convert String to enumeration dynamically.To use those enumeration values in the dropdowns for mendix Native mobile application.I tried to create a java action for the conversion of string to enum but its not working.Is there a workaround for the same – for concersion of string to enum and displayiong the values from enum to mendix native app.We are getting the data from SAP ODATA service in the string form.
asked
2 answers
0

If you basically want to show dropdown with dynamic values you might take a look at the ‘Grid Search’-widget in the App Store/ Marketplace. You can find it here: https://marketplace.mendix.com/link/component/49364

 

This package contains multiple widgets, one of them is the ‘Dynamic Dropdown’.  This can work combined with the suggestion of Lukas. You should check the documentation of the widget for more information.

answered
0

Priyanka Rane check this widget  https://marketplace.mendix.com/link/component/120198

answered