Reputation: 1120
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
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