cancel
Showing results for 
Search instead for 
Did you mean: 

pop-up flow from component controller to view

Former Member
0 Kudos

Hi Guru,

I need to display view in pop-up screen , where employee data will be display on view, and base on the input from pop-up further action will happen.

I am using FPM architecture, where employee will get hire when we provide all the require data and then click on the save. pop-up need to display when user will click on save button. I am able to display pop-up successfully.

Problem is , as per the webdyn pro flow component controller will execute first and hire the pernr and then pop is getting display.

I need flow component controller--->pop up ---> all validation in view -->back to component controller .

Could you please provide any input on this.

Thanks in advance.

Regards,

Dinesh G.

Accepted Solutions (0)

Answers (1)

Answers (1)

Gowtham
Contributor
0 Kudos

Hi Dinesh,

I Hope in the save button employee hire action is getting executed first and then you are calling the popup display code Hence the flow is like this.

Create a confirmation button in the popup & call the save action code in the button from the popup.

for more information about popups refer this link:

- Gowtham