Hello,
I am trying to open a Modal Region after user clicks on a HTML button image....why difficult? because I need to set values for several items before the modal region is displayed, I need this values in order to display a LOV based on one of this items.
I tried this scenarios:
1.- onClick, $s('ITEM',123);OpenModal('XXX');
This works, but the set is only displayed and not saved in the session state, so, the LOV does not work. Tried to create a dynamic action to set the values, but not able with any of the events available.
so, after long time working on previous scenario, I did this:
2.- onClick, Submit the page with the items set. The item gets set in the session, but I am not able to open the Modal region. I have tried with After refresh, but the condition is killing me.
Any ideas? How to Open a Modal Region after submit with an specific request....or maybe an idea for scenario No.1
Thanks,
Efren