Question
1
Replies
26
Views
Posted: July 9, 2019
Last activity: July 9, 2019
Closed
Case lifecycle in a backwards order (Review mode)
I have customized the code so that for each stage i have a back button which will take to previous stage. This is working fine. But the requirement is to open the previous stage in Review harness.
Please throw options
***Edited by Moderator Marissa to update platform capability tags****
Hello,
Without knowing how you implemented the back button, I am going to assume you are probably leveraging an out of the box processes for that. I would trace it to understand which parts navigate the case to that particular stage and then call just those pieces from a wrapper that calls something like Show-Harness afterwards to control what is actually displayed. Having never dug into this code, I don't know if the display piece is tied directly into routing code, in which case, you may need to build your own custom routing with a different display method (though that should be easier to focus on just the display bit).
Thanks,
Mike