Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to submit page and branch to modal page?

Johan 12045295Dec 1 2015 — edited Dec 4 2015

The business case is that we assign x tasks to one assignee.

We have an interactive report with checkboxes. The user checks the boxes and presses the button 'Edit Checked >'. This button redirects to a modal page. on this modal the user can select an assignee. next he presses the submit button tot execute the pl/sql procedure to update the selected rows, closes the dialog and refreshes the region with the checkboxes.

When pressing the 'Edit Checked' button we want to execute a procedure to copy apex_application.g_f01 into a collection. Here we face a problem because apex cannot submit the page and branch to modal page. How do we develop this requirement?

p423_ir_checkboxes.jpg

p426_modal_multi_edit.jpg

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 1 2016
Added on Dec 1 2015
2 comments
2,327 views