Skip to Main Content
Feature Request FR-3969
Product Area Page Components
Status CLOSED

12 Voters

Better error handling in "Execute Server-side Code" dynamic actions

andrea galizzi Public
· Aug 20 2024

Idea Summary
Improve the ugly default error UI in dynamic actions.

From this:

To this:

Preferred Solution
Add the "Error" properties as in standard processes (maybe adding the success message as well):

And/or support the APEX_ERROR PL/SQL APIs to add and stack multiple errors.

This request is likely a duplicate of FR-1806.

Comments

Comments

  • radwan.salamehh OP 10 months ago

    I was about to type same idea it is really bad and not user friendly to shows ajax call return etc… 

    i hope they will do something about it.

  • georges.gergess15 OP 10 months ago

    Yes this need to be by default when raising an error in dynamic actions, but there is a way to prevent this big message , and its by creating an error handling function to catch the error and use substring when the error code is -20000 and return only the message.

  • fac586 OP 9 months ago

    Duplicate of FR-2573

  • andreas wismann / when others OP 9 months ago

    This idea covers a similar topic, but in fact it's not a duplicate.

    Instead of having to create yet another DA (FR-2573), in this idea we simply need to enter the Success and Error Message which I find much more convenient and straightforward.

    Maybe it's feasible to implement both ways (simple/advanced) and have the developer decide which approach to use.

  • fac586 OP 9 months ago

    This idea covers a similar topic, but in fact it's not a duplicate.

    It's a duplicate of the duplicate FR-1806