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