345
Views
4
Comments
Solved
How to refresh the parent screen after Popup window is displayed

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.

2025-04-22 05-54-18
Shashi Kant Shukla
Solution

Hi Rio,

Please go through below tutorial regarding webblock

https://www.outsystems.com/learn/lesson/1787/web-blocks/?LearningPathId=0


Regards

-SK-

UserImage.jpg
Rio Toyoda

Shashikant Shukla wrote:

Hi Rio,

Please go through below tutorial regarding webblock

https://www.outsystems.com/learn/lesson/1787/web-blocks/?LearningPathId=0


Regards

-SK-

I was able to implement it with the presented data.
I appreciate it very much. Thank you very much!


2025-04-22 05-54-18
Shashi Kant Shukla

Hi Rio,

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.


Regards

-SK-

UserImage.jpg
Rio Toyoda

Shashikant Shukla wrote:

Hi Rio,

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.


Regards

-SK-

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.


2025-04-22 05-54-18
Shashi Kant Shukla
Solution

Hi Rio,

Please go through below tutorial regarding webblock

https://www.outsystems.com/learn/lesson/1787/web-blocks/?LearningPathId=0


Regards

-SK-

UserImage.jpg
Rio Toyoda

Shashikant Shukla wrote:

Hi Rio,

Please go through below tutorial regarding webblock

https://www.outsystems.com/learn/lesson/1787/web-blocks/?LearningPathId=0


Regards

-SK-

I was able to implement it with the presented data.
I appreciate it very much. Thank you very much!


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.