How can I set a default selection in a drop-down?

0
I have a drop menu that I’m populating based on an enumeration. I want to set one of the options in the enumeration to be selected by default. I’m sure it’s easy to do this, but I cannot figure out how by searching in both the forums and the documentation for enumerations, drop-downs, or attributes. Thanks!  
asked
2 answers
2

Hi Janet,

In the entity (at the domain model) you can select a default value at the enumeration. This one is selected bij default in the dropdown.

 

 

Hope this helps!

Regards, Henriette

answered
2

Janet,

In the entity which the attribute is on, set a default value for the attribute and choose one of the enumeration values, see an screen capture below:

Hope that helps,

Mike

answered