hello. What I want to implement is that when you first select a value with the dropdown button, the DataType value of that value changes. Here, I would like to see the values of the Enum property with the same name as the DataType value as a list in the list view, and additionally, I would like to control whether to use or disable the corresponding enum value by adding a check box or slide button next to each enum value.
asked
bosung kim
1 answers
1
Hello Bosung kim,
Changing the datatype or adding/removing enumeration values is not out of the box functionality in the Mendix. Enumerations are quite fixed within the system. To achieve your goals I have the feeling that you need to use a entity where you can save your values in, and this entity also needs an boolean attribute to activate/deactivate the value.