Why my drop down has no options?

0
Hi! I have created the enumeration list and linked it to my reference selector. However, there is no options when i run the app.   I am currently using mendix 10.17.0  
asked
2 answers
0

Hi Nur,

     Have you created any object in Scenerio_A entity to select in SecondMildStone entity

answered
0

Hi Nur,

If you want to use reference selector then you have to create the Scenario_A object & save the value in DB & Associations then you will be able to select the value from reference selector.

 

But if you want to use the enumeration values in the dropdown -> take an enumeration attribute in your SecondMileStone entity -> Go to your dataview -> take a dropdown(search in toolbox) -> select your Enumeration attribute.

 

Then you will be able to select your enumeration value directly.

 

Hope you like the answer

answered