Hello Experts,
I am using Apex 5 on XE 11g.
On one of my page, I have 1 button which executes dynamic action.
Right now I have added two True actions on button pressed. First is PL/SQL code and second is Alert which shows success message.
I want to show message (Apex message box and not the JavaScript simple alert message box) on successfully executing this dynamic action and post that redirect it to another page.
Can anybody please help me in this.
Thanks
MahDM