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!

21.1 to 24.2 issue js: eval is no more working

Ankit BhattyJul 24 2025

Hi All,

we just upgrade system from 21.1 to 24.2 version and seems eval is not anymore working so trying to get another way to resolve the issue to open the dialog and on close trigger the dynamic action.

I have url prepared using apex_util.prepare_url including the p_triggering_element with “#duplicateBtn”.

URL is generated properly and i am passing it to open a dialog model window using below.

apex.navigation.redirect(dialog_url);

when i am closing the dialog its not triggering the dynamic action which is defined as below:

event: close dialog

selection type: js expression

JavaScript Expression: $('#' + duplicateBtn)

can anyone help me here?

This post has been answered by fac586 on Jul 24 2025
Jump to Answer
Comments
Post Details
Added on Jul 24 2025
2 comments
98 views