How can I show description's value of an enumerated domain in Genexus 9? I need the same functionality than Domain.EnumerationDescription() in Genexus X.
For example: I have a basic enumerated domain "Status"
I need to set &StatusDescription with the description of Status domain value.
Thanks in advance.
In GX9 there is no such functionality.
You have to create a procedure to make the conversion.
I don't know of another way.