Question
How to execute set of action events sequentially?
My requirement is, on click of a link I need to display a harness in a new window(like a modal dialog) where user enters details and submits. Once the user closes that window, immediately I want to run an activity. So I configured a click event and gave two actions 1) Harness 2) Refresh this section and I gave the activity under this. But when I execute I could see the activity runs even before I close the harness window. So anyone can suggest me how can I achieve my requirement in Pega 7.2. Any help is much appreciated.
Hi Ganapathy,
You have to keep the action 2) Refresh this section and giving the activity on Submit button of the Modal dialog Button.
Then it would execute when you click on submit button that is while closing of harness
Thanks,
Bhanu Prakash.