APEX : 20.2
I am using a modal dialog that needs to perform a process, then close the dialog after the process.
The reason for using a process and not dynamic action is because I am performing a "apex_data_export.export". This only seems to work when execute via a process not dynamic action.
My questions is, how do I perform the process, when this is completed, close the modal dialog.
Thanks