Decision by enum without Empty as option - Mendix Forum

Decision by enum without Empty as option

1

When using an enum in a decision, you need to assign ‘Empty’ as well. This is often a superfluous option, cluttering the microflow, and negatively influencing the McCabe-score:

It would be nice if you can mark the enum as ‘required’, or assigning it a default value, resulting in ‘Empty’ not being possible and ‘Empty’ not showing up as a superfluous option for this decision.

asked
0 answers