No Enumeration value is coming

0
In the Resource name search field, no enumeration value is coming. Though I have configured Enumeration with following values. I have configured the search field like this with the enumeration.   This is the domain model of my application. How to solve this?
asked
1 answers
5

Hi Sanjukta,

In the reference selector, you can populate different objects through association, I think, you don’t have any object of Resource entity and that is why, you cannot see anything in the dropdown,

if you want to populate ENUM in dropdown, you should put the attribute in the same entity and then use a dropdown to show the same.

Let me know, if you have any issues,

Hope it helps!

answered