Usman YousafZai
Usman YousafZai

Reputation: 1120

Creation of Multiple Actions on Onclick APEX

I am working in Oracle APEX .i want to create multiple actions onclick on one button.I want to insert the Table values and also want to redirect page in the same data base.

Regards,

Upvotes: 0

Views: 824

Answers (1)

GregJarm
GregJarm

Reputation: 460

If the button is submitting the page then you can create any number of processes, calculations, validations and branches that can be run conditionally for that specific button.

Your table insert would be a Process and your redirect will be a Branch.

Upvotes: 1

Related Questions