Sorting Enumerations based on any order (not only alphabetically) - Mendix Forum

Sorting Enumerations based on any order (not only alphabetically)

11

I know this has been asked or requested before, but there still is no option to sort Enumerations based on anything else than the alphabet.

Basically, we want to order enumerations by level (ok, warning error), and there is no other way to do it besides adding a prefix to the enumeration value. Personally i don't like this solution because it makes using the enumeration less intuitive.

Since i read that this functionality has been on the scope of development before, i would like to bring it under attention again,.

asked
1 answers

We also would like the ability to define a sort order independent of caption or name. For some of our enumerations, the caption or name makes sense, but in other cases, one or more values have priority.

Created