Hi All,
Using APEX 5.1.13 with universal theme. Is there any equivalent API for apex_application.g_print_warning_message or apex_application.g_print_info_message.
Only apex_application.g_print_success_message seems to work and all these are not even documented.
My use case is to display warning messages to end users from a process which has the ability to throw fifteen different warning messages.
The process cannot be split into separate processes. The process is quite complex and call different procedures and functions.
If only I could have the equivalent of g_print_success_message for warning and information messages.
Thanks