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
3 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
0

Entity: feedback

feedback_type_enum: 1. employee_feedback 2. peer_feedback 3. reporting_manager_feedback

these enumeration are pages .

If i am using that enumeration in many pages  then what should i do?

I am using that entity in so many pages and i want fixed value of enumeration in some pages...

How can i do that?

Any response will be appreciated.

answered