0
votes

I have a PL/SQL code block executed within a Dynamic action for a button. It works, but whenever i add a Client-side Condition --> JavaScript Expression to show a success message or submit the page, it doesn't work.

Is it possible to integrate JavaScript into PL/SQL code to submit the page? I'm using apex 5.1

1

1 Answers

1
votes

A dynamic action can have more than one action; you use a PL/SQL code, so - add yet another, which will Submit the page.