Hi Andes,
As far as I know, you cannot hide specific enumeration option. There are couple of work arounds you can implement;
Hope this helps!
And an easy sollution is using this widget: https://appstore.home.mendix.com/link/app/56183/Finaps/EnumSelector
Regards,
Ronald
Thanks Ronald. I follow the doc to setup the widget, but met a issue. I map two options (A and B) of Enumeration attribute of X entity to this widget, but not setup the the microflow.
com.mendix.core.CoreException: User 'manager' attempted to execute the microflow with action name '', which does not exist.
at com.mendix.webui.actions.client.ExecuteActionAction.execute(ExecuteActionAction.java:79)
at com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$handleRequest$2(ClientRequestHandler.scala:166)
at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:35)
at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:32)
at com.mendix.webui.requesthandling.ClientRequestHandler.withState(ClientRequestHandler.scala:28)
at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:29)
at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:22)
at com.mendix.webui.requesthandling.ClientRequestHandler.withState(ClientRequestHandler.scala:28)
at com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$handleRequest$1(ClientRequestHandler.scala:164)