When you select a field, the enum data is filtered.

0
Hello everyone. I have a dropdown with an enum attribute with the numbers 1 to 6. I want that when I select a form field, for example I select apple in the fruit field, in the dropdown only appear the numbers 1, 2 and 3. Another example, if I select in the orange field, in the dropdown only appear the numbers 3, 4. Thank you for your help.
asked
1 answers
0

Hello Sergio,

 

This might offer what you want:

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

 

Another option would be using a masterdata entity instead of an enum, which you can filter depending on usage/requirements.

 

Good luck.

answered