All,
ive a button created in post text expression of a text item
<button style="vertical-align:top;" id="BTN_LOAD" name="button">Load Name</button>
then ive a Dynamic action JavaScript that opens the modal page from which a value is selected all these are working correctly.
Now i want to return this value to the calling main page when the modal page is closed ( the modal page closes but it doesnt return the value from modal page).
I know how to return the value when modal page is invoked from normal apex button but in this case i want to open the modal page and pass the selected value back from the button referenced using jquery selector = #BTN_LOAD.
Using Apex 5.2
Any help is appreciated...thanks