Skip to Main Content

APEX

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!

APEX - change the field based on change in another field

user9229568Oct 2 2018 — edited Oct 4 2018

Hi

I have a form in APEX (or interactive grid) with several fields. Two fields are important for this example, Email_address and Mapping_info.

When a page is loaded the fields have certain values.

When the Email_address field is changed by user, the field Mapping_info should be changed by the code.

But if there are several changes (without saving data to db) and finally the last change makes a value the same as on page load the Mapping_Info field should remain as it was on page load as well.

I cannot do it on db level using trigger, I need to do it on APEX level.

Any help would be appreciated.

Thanks

Jaro

Comments
Post Details
Added on Oct 2 2018
3 comments
1,091 views