Create Dependent User Defined LOV In ESS Job Using SQL Query
Developers have a requirement where they have to create a dependent LOV based
on the first LOV selected, using SQL queries.
Developers have a requirement where they have to create a dependent LOV based
on the first LOV selected, using SQL queries.
Example: They have below 2 parameters to be defined.
1. Bodega (List of values with codes with various Id_embarque)
2. ID Embarque (List of values related with bodega list values) number related with transaction .
When a specific 'Bodega' is selected for the 1st parameter, then the
second parameter 'ID Embarque' should display values that are related to
that Bodega.
0