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!

Where did the IG save action go (APEX 24.2)

InoL5 days ago

According to the documentation this should work:

apex.region("empIG").widget().interactiveGrid("getActions").invoke("save");

However, this throws an “undefined” error.

The save action is indeed not available:

apex.region("empIG").widget().interactiveGrid("getActions");

This is a part of the actions list:

I do not have an older version of APEX readily available, but I'm quite sure it used to work. An app upgraded from an older version used this code, that doesn't work anymore:

apex.region("empIG").call("getActions").invoke("save");

Comments
Post Details
Added 5 days ago
2 comments
67 views