Hello All
I am fairly new to Apex and battling with one LOV on a new Screen and trying to build reusable code.
I have multiple LOV's for lookups which are all stored on the same table just with different lookup types.
I would like to build one shared component using a lookup_type as a parameter so that I don't have to have multiple lookups for different lookup types.
I found this article but cannot get it to work
https://medium.com/@rammelhofdotat/oracle-apex-shared-lov-custom-static-parameter-or-passing-parameters-via-http-headers-c5b2158a404a
It seems to use custom Attributes on the LOV field to pass a type and jquery to set the type up.
Any other way to do it?
Huge Thanks
Nicki