LIST TO ENUM

0
Hello. I have a question. How can I get a List into a Enum Variable or how can I use a list of an independent entitiy inside a data view  as a drop down list?
asked
1 answers
2

I think you’re looking for the reference selector widget. To use it, you’ll create a many-to-one association in the domain model between the data view object and the reference object. It should be just like in the screen shot in my link, where there is an association created from Employee to Company.

answered