Hi everyone,
APEX-Version: 5.1.2
is it possible to return multiple errors in a validation with the type "PL/SQL Function Body Returning Error Text"?
I already achieved this by manually adding HTML tags around my error strings but that doesn´t seem to be a clean solution.
I know that it´s possible to call the JavaScript function "apex.message.showErrors" with an array of errors (https://docs.oracle.com/database/apex-5.1/AEAPI/apex-message-namespace.htm#AEAPI-GUID-B896DF40-8145-426A-889B-657CBC288769), so I tried to create an array with my errors and return that to the validation. But all special characters get escaped so APEX shows the whole array as a string.Does anybody know a solution for this?
Best wishes
Mike