Hi,
I am on Oracle APEX 5. I have a report region with checkboxes as its first column. And at the top right corner, have a button, which calls a modal page.
Now, on click of this button, I want to first call a javascript function, which will validate if at least one check box is ticked. If yes, then open modal window.
Now, I am able to validate fine, but unable to open modal window page. I tried opening it using 'apex.navigation.dialog', but wasn't successful.
I noticed that for modal window pages, apex adds a parameter as e.g. p_dialog_cs=SD2I_OSyvrlmc-ujeK-nsVXwvpk. Could it be determined at run-time?
Can anyone please help?
Thanks.