Hello,
I have an Apex 5.0.4 App. in Database I have stored package with procedures I'm running over Process which I execute over button on Interactive Report (IR). Procedure first check some requirements if user can safely continue (e.g. all data exists). How can I display some kind of message box (in form with my custom message, Yes, No, Cancel buttons), and If user choose "Yes", Process will continue, otherwise it will stop and want user that not all requirements are met?
Probably will be something over Condition property but I don't know how to set it to display user dialog between already running process.
BB