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!

Manual tabular form using classic report with checkbox, how to call page when checbox is changed?

ApexMeisterMar 14 2016 — edited Mar 15 2016

I'm using apex 5.02 and 11g DB

I have a page with manual tabular form below where I can changed the data and save it to the DB This page is for selecting what table to do audit trail.

If update checkbox is clicked I need to display a popup page where I have a list of columns that needs to be tracked when updating.

Example user can setup an audit trail for emp table only when updating column name and position.

My plan is to create a modal page with shuttle item so you have a list of valid columns in the selected table.

I'm new to jquery or javascript so hopefully this can be done with mostly pl/sql.

The existing application is displaying this thru many to many grid but I think this is not currently possible in Apex.

I'm open to suggestions if there is a better/easier way to accomplish this in Apex, thanks!

pastedImage_0.png

This post has been answered by fac586 on Mar 15 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2016
Added on Mar 14 2016
4 comments
1,492 views