Need to control the Enum values based on user roles
0
Hi, I have a Enum attribute with several values. I need to control the visibility of those values in the drop down based on user roles, is that possible? if yes, please explain me how to achieve the same.
asked
Mohamedbeemubeen N
1 answers
0
This is not possible directly in the entity.
You could use the ComboBox feature that allows you to display static/primitive values and make these conditionally visible based on user roles. You would need to create a nanoflow to populate the enumeration values based on the option selected in the ComboBox.