Hello,
I am looking for the best practice of achieving LOV on a parameter that is used to call an AM method.
Following is required:
- The LOV must VO based. Its made from a select on the DB and has two columns namely "Label" and "Value".
- The LOV in the jsff screen must be an InputListOfValue or the (Combobox) version of the InputListOfValues
- The Label must be display value in the screen. Not just in the lov as the value is chosen but also once the selection has been made the label is shown in the ILOV.getValue()
- At the point where the AM method is invoked the value should be used for the parameter and not the label that is shown to the user.
Hope someone can provide a solution or a link to one, since I have been unable to find something solving the usecase.
Using Jdev 12c. Version 12.1.2.0.0
TIA