Securely Open an APEX Modal from JavaScript
Introduction
This post explains how to open an Oracle APEX modal page and securely pass unsaved form values as parameters, before they’re committed to session state. This technique is essential when users enter data into fields and trigger a modal wi...
blog.cloudnueva.com3 min read
A Freeman
This is very helpful, thank you. Let say a duplicate is found, I would like to populate the calling form with those values? Since you cannot 'redirect' back to the calling page and Close would simply close the modal window, how would you fetch the existing fields on the underlying modal?