Skip to Main Content

Java and JavaScript in the Database

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!

Programmatically get last change to an editable Interactive Grid

Carey AMar 9 2023 — edited Mar 9 2023

I have a few editable Interactive Grids, each with a few dozen columns, using APEX 22.2. When the user changes a field, I need to recalculate a variety of things on the page. I need a way to programmatically get the most recent user update to these grids, including the new value, row PK, and field name.

I can get the value and row PK with this.triggeringElement using an ‘on change’ Dynamic Action if I select the region and column in the DA definition. However, because I have so many columns I don't want a DA on every column. Is there a way to get the new value, row PK, and field using a DA on the region without specifying the column in the DA definition?

Comments
Post Details
Added on Mar 9 2023
4 comments
2,868 views