How to fill data source attribute to drop-down?

0
Hello, my problem is I have for employee to assign working position. In Domain model I have table of employees and table where is list of positions. Each position can have multiple workers.   I am able to get the objects from position table and now I need to put the list of PositionName in drop-down. But I have only this. There is nothing in Position but there should be PositionName. Please think of me as someone who is really slow if it is explained in one of the learning path tell me which. Thank you for help.
asked
1 answers
0

Hello Břetislav Hrtus,

 

Judging by the screenshot it seems like you have only 1 position in scope. If you use a drop-down in that context, it will only show you attributes that have an enumeration as value. I assume PositionName is a String?

answered