Hi,
With JDeveloper 12.2.1.3, I need to achieve the following.
I have an address fields, which consists of City, Region (LOV), Subregion (LOV) and a Country (LOV) fields. On user page (a table, which list all the addresses), I am going to show the following two fields,
Address Type Full Address
So I added a FullAddress transient field, but I am not sure, how would I access to actual value of LOVs in the getter method of the FullAddress field?
Let me provide an example. A user chooses USA as country, but we store US as country code in the Country field. A user chooses New York as region, but we have stored NY as a region.
The getter should show New York, USA instead of NY, US.
How would one get the meaning of LOVs in getters for FullAddress transient field?