How to configure "Close popup" task in vFlow2.0?

Why do we use Close popup task ?

4 Likes

The Close Popup task is used to close a popup screen without navigating away from the main page. Unlike the Navigate task, which redirects the user to a different page, the Close Popup task simply hides the popup, allowing the user to remain on the current page. This provides a smoother and more consistent user experience.

To configure the Close Popup task in your application, follow the steps below:

  • Go to the Inventory section and open the Task Group module.

  • Click Create to define a new Task Group.

  • Within this Task Group, add a new task and set its type to Close popup.

  • Go to Properties, set the designation pop-up page, and the save button.

  • Save both the task and the Task Group.

  • Map the newly created Close popup Task Group to the OnClick event of the popup element form which you want to close the popup page.

5 Likes