Regarding Enumeration

0
I have one enumeration in my entity and I have to add dynamic values in enumeration . so can I add dynamic values, if yes then how can I add dynamic values in enumeration
asked
1 answers
1

Hi Abhishek,

 

it’s not possible to add dynamic values in enumerations.

There is an alternate solution, by using references, see this forumpost.

answered