Hello,
I have a modal dialog A with a list of rows. The Type of the region is dynamic PL/SQL (we cannot use normal IR or IG). You can click on one of the records and another modal dialog B pops up (not chained) so you can edit that row/record. It works fine, but when I am submiting the modal dialog B and closing it, I want to refresh modal dialog A.
Any idea how I can do it ? I tried a dynamic action (closing dialog) in A, but it does not work.
ApexUser