I have a classic report that opens a modal form using either an Edit link or Create button. I've followed the instructions here to have the report refresh after processing completes. This works fine, but the issue I'm having is that doing it this way suppresses the success message I send at the end of the process. So the user does not get any visible feedback.
Is there an APEX "way" to have the modal's success message display after it closes and/or after the report refreshes? Ideally:
Submit form (CREATE, UPDATE, or DELETE request)
Page process occurs (call to a PLSQL package procedure)
If no errors, then close modal, refresh report and display "Record added | updated | deleted" based on request of modal