Skip to main content

Hello,

 

I want to create 3 new fields on the master part.

Field 1 will be a list of values which I will create in an enumeration.

What I would like to do is only display the values in field 2 depending on the value selected in field 1.

Also, the values listed in field 3 depends on the values in field 2.

 

How do I go about creating the links for field 2 and field 3 please.

 

Thanks

@JannetteC there is no way in which you could achieve this as a configuration in Apps10.

I’m thinking you could create some Custom Event Actions (PL/SQL) to validate the user input in fields 2 and 3 and show some error messages to the user when trying to save the data with incorrect values based on the PL/SQL logic implemented in the event. This will not pre-filter the LoV for field 2 and 3. Users could still choose a vlue from all the values in the ennumeration.


I wonder if there is a way to do this with condition fields? 🤔


Reply