Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

LOV Dependent fields

848013Apr 28 2022

Hi
I am on Jdev 12.2.1.4. I am checking if there is any property for my requirement below instead of wring code in ValueChangeListener.
I have 3 fields on my page. Field 1 is LOV. Field 2 is LOV, which is dependent on Field 1. Dependency os working great. I have a Field 3, which gets populated from Field 2 when LOV is selected as part of the LOV configuration based on List Attribute and View Attribute.
Problem is, when i select change the Field 1, Field 2 is reset to Null but Field 3 still having the old value. How can i make Field 3 as null as well?
Step 1:
image.pngStep 2: Language changed from French to Polish. Reason changed to null but TempBody still have value
image.pngLOV Configuration for Reason field. Comments attribute is nothing but Reason Field
image.pngField 1: AutoSubmit: true
Field 2 : AutoSubmit : True and Partial Trigger: Field1
Field 3: AutoSubmit : True and Partial Trigger: Field1 and Field 2
Thanks
Lakshmi

Comments

Post Details

Added on Apr 28 2022
2 comments
71 views