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!

How to implement an on-delete dynamic action on an IG?

Eslam_ElbyalySep 16 2019 — edited Oct 3 2019

Hi,

Apex 18.2.

I am trying to execute an action when user deletes an IG record through the "delete row" menu option of "APEX$ROW_ACTION" menu.

I read a thread on the forum before about the same requirement and @"John Snyders-Oracle" answered with that I have to listen to the model changes(if I remember correctly).

But I found another way and it's working but I want to be sure there is nothing harm could happen in the future.

I inspected the element of the "delete row" menu option and I found that it's id=PI_DTL_ig_row_actions_menu_5i.

PI_DTL is my region's name. So, I created a dynamic action on a jQuery Selector with #PI_DTL_ig_row_actions_menu_5i and made the event scope=dynamic without mentioning a jQuery selector container and it works fine. As I just said, I I want to be sure there is nothing wrong with such an implementation.

Comments

Post Details

Added on Sep 16 2019
3 comments
865 views