Plugin: Cav Success Message
Would you rather see “Action Processed.” or “New Department created.”, “Department saved.” and “Department deleted.”? Even better, how about “Sales Department saved.”?
This plugin allows you to configure your processing Success Message to a specific REQUEST.
This Process plugin was originally imagined and created by my good friend Gemma Wood of Cavanti. Gemma entrusted me with the maintenance and publishing of the plugin. I then ported it to APEX 5.1 (I’m pretty sure it would even work on APEX 4.2) so it would be compatible with as many versions of APEX as possible.
Get at apex.wold
Live Demo apex.oracle.com/pls/apex/f?p=146744
Git Repo
It is very simple to use. Add the process plugin as the last step of your processes or before the Dialog Close process if using a modal page. Se your “Entity” name and you’re done.
is it possible to give dynamic message like function returning error text?
The plugin doesn’t do that today and I think a better solution for a completely dynamic Success Message would be to simply have a PL/SQL Process with code like this:
apex_application.g_print_success_message := dynamic_message_function();
wonderful , Marvelous