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!
