Hi,
I have a page where I select a record from Interactive grid. There is a button in that region which has Dynamic Action. The DA has javascript which calls a process to prepare url (apex_util.prepare_url(apex_application.g_x01)
I am doing all this so that I can dynamically go to a specific page based on some logic. The page number is evaluated based on this logic.
All this works, however, I need to get rid of the warning pop up "This page is asking you to confirm that you want to leave......".
I have already set off the "Warn on unsaved changes" flag. Other than the IG, I have search field variables, which also have the "Warn on unsaved changes" set to ignore.
Is there a way I could get rid of the warning message?
Thank you in advance.
Prakash