Dropdown menu not editable when used in association

0
I have two entities: Suggestions and departments. When the user adds a suggestion they need to add a department for filtering or sorting. Before I had the department as an attribute of suggestion but in the case of future-proofing departments need to be their own entity.   Every user has complete read, and write permission in both entities and in their association.  Drop down menu has editability on condition. How can I make the drop-down menu editable? Studio pro version is 9.10.1
asked
1 answers
0

Hi 

In this case you should use Reference Selector instead of Drop-down. It will allow you to display value from Department.Name (ENUM).

Cheers

answered