In the action in the popup window
After updating the table of data displayed in the parent screen,
Close the pop-up window after processing and at the closed timing
I want to refresh the parent screen with the latest data, but I do not know how.
Please teach a method if it can be implemented.
Hi Rio,
Please go through below tutorial regarding webblock
https://www.outsystems.com/learn/lesson/1787/web-blocks/?LearningPathId=0
Regards
-SK-
Shashikant Shukla wrote:
I was able to implement it with the presented data.I appreciate it very much. Thank you very much!
You can use notify in Outsystem 10 and event in Outsystem 11 and you can handle notification or event on OnNotify action in parent screen and you can refresh the elements with latest data what do you want.
Thank you for your reply.Does it mean that you can set the process after closing the pop-up by using an event?By the way, the version used is 11.