Hi All,
I apologize if this is covered somewhere but I haven't found it in the documentation and I'm fairly new to APEX.
I have a single page in an application with multiple Interatgive Grid reports. From what i can see when you click the save button on each grid, it only save the data for that respective grid.
I need to have additional PL/SQL logic after the save to truly get the data to it's final resting ground.
I can't seem to find a way to execution addetional PLSQL after the grid is saved, since each grid has it's own “process”.
I feel like the other option would be to have a single save button that saves all grids and their data, but I don't know how to accomplish that, and remove the built in “save” button. I don't want the end users to have to click two different save buttons…
Any advice would be greatly apprecaited.