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?