I have a tabular form in my application. One of the columns in it is select list.
However, the records in select list is too high and so the solution for this is to use POPUP LOV
There are two types of POPUP LOV(shows displays value) and POPUP LOV (shows returns value). POPUP LOV(shows displays value) works well to display however it does not stores the value as I guess it only shows displays value and does not contain return value in it.
When I use POPUP LOV (shows returns value) works well to store the value in database. But it shows return value which is numeric value in my case.
How can I make all these work? Please help me.