APEX 21.1.4 in the Cloud
I have a requirement to refresh a report region (let's call it Client Banner) from Page 0, every time I close a modal page called from a different page.
- So let's say we have a page called Client Details with an Interactive Report.
- You edit a row on the Interactive Report on a modal page.
- Close the modal page.
- Refresh the Client Banner.(Page 0)
The process we usually follow for the refresh on any of our regions is:
- Close Dialog Dynamic action on Region x
- True Action: Refresh report Region x with changed data
So I followed the following steps, and neither of them work
- Close Dialog Dynamic Action on Region ‘Client details’
- True Action: Refresh region: choose Client Banner [Global Page] from the list
- OR
- apex.region("client_banner_ID").refresh(); although I didn't expect this to work, triggered from a different page
The only other option I have (that does work), is to Submit the entire page, but because of the setup of the rest of the page I am trying to avoid it to prevent the ‘flicker’
Any advice, please?
Thanks
Annelize
P.S Edited to add #tags