Close popup without reloading of source page

0
Hi,   I created a popup that should just display some numbers when the user clicks on a button. It takes a page parameter as an input and the data is displayed in grid with a microflow source using the page parameter.   The problem: When the popup is closed (with the “X”) the source page with the button to display the popup is reloaded, which is based on a non-persistent entity that is gone afterwards.   How can I close the popup without reloading anything?   
asked
1 answers
2

In the properties of the pop-up, you can set what the close action does. The default is “cancel” (which rolls back the object in question, which is why you're seeing it disappear), but you can set it to another action too, for instance a close page.

 

answered