Sequentializing actions based on click events
Hi,
If we specify a sequence of actions for a click event, it doesn't necessarily get executed in the same order. (Pega 731)
For example if we have an activity/DT and then a refresh section/harness. The refresh section doesn't always happen after the activity/DT has completed, which causes the screen to display incorrect/stale information.
We were able to sequentialize the execution(desired behaviour) through promise chaining using JS, however we had to employ RFT rules with JS Code to achieve this.
Has anyone came across this issue and do we have a OOB Solution for this problem in Pega 8.x?
Thanks
Sethu
***Edited by Moderator: Pallavi to update platform version***