APEX 21.2
I use a custom PL/SQL save process with my IG. I would like this process to execute for ALL rows in the grid even if thy have not been modified.
The Execution Scope = For All Submitted rows attribute on the process seems to be designed for this but it doesn't work. Running the page in debug mode shows that the Save process is skipped with a message
...Process "Save grid" - Type: NATIVE_IG_DML
...Skip because region doesn't contain row
If this can be fixed, what would the custom PL/SQL save process get for APEX$ROW_STATUS? Would it get C (Changed), hopefully?
Any ideas appreciated.
Thanks