Not able to cancel the case and there by not able to update the case status with custom button click
We have a requirement to cancel the case such that the case status is going to be updated to "Resolved-Cancelled" when we click on a custom button.
We have an alternate stage "Cancel Case" in which we are updating the case status to "Resolved-Cancelled". We have created a custom button (with Lable as "CC") and a click event has been configured to call the "Harness" as below.
Target=Replace Current; Harness=Confirm;Activity=pxChangeStage;changeToNextStage=false;ChangeToStage=Cancel Case;CleanupProcesses=true
With this we are able to trigger the alternate "Cancel Case" stage but case status is not getting updated.
Attached are the screen shots which elaborate this situation clearly.
Can some body help me how can we achieve this behaviour.