Question
LocalAction (replace current) Issue
I have a requirement where I need to cancel a case using local action. In my application there is an alternate stage(Withdraw case). After canceling case will go to "Withdraw case" stage. The challenge is I should be able to cancel the case when the case is Review mood. As of now I am using target of local action "Model dialogue" it is working fine. But I need to use replace current while canceling the case instead of canceling the case from popup. But if I use "replace current" and try to cancel the case in review mood using local action I am getting popup error "Local action is only available only when you are performing an assignment".
Please let me know if there any solution of this problem also if any further clarification required.
I tried giving a local action in the case life cycle optional actions which essentially replaces the current screen and it worked fine in review harness,Are you using pyWorkActionsReview navigation to launch local action