Skip to main content

Command Palette

Search for a command to run...

Oracle Apex succes message after modal close

Published
1 min read
Oracle Apex succes message after modal close
J

I am a software developer working with Oracle and Apex since 1998. Living in the Netherlands and currently work for ITIUM.

You have a form on a modal page and after submitting the changes you want to a message to be displayed. Something like “The changes have been processed“. How can you do this?

  1. Go to the properties of the form process and enter a success message.

  2. Delete the close Dialog process

  3. Go to the after processing and create a branch to the page you want to go to after page submit.

That’s it. It is the close dialog process that doesn’t work well with a succes message, so if you use the alternative method the problem is solved.