Open Childcases on Perform Harness
Consider I have a Parent case(P-) and Child case(C-) . In the parent case(P-) , on click of button , a child case(C-) has to be created. we have achieved this using Run script action "pega.ui.HarnessActions.addWorkFromActionsMenu" and by passing the workclass and FlowName as Input Parameter. We are able to create the child case correctly.
Now when the First Assignment of the child case is assigned to same operator, The child case(C-) opens in Perform Harness. But the first assignment is assigned to the Workbasket , Even though the Operator has access to the workbasket and in pyStartCase - Consider assignment from workbasket is checked . The case(C-) gets created and Confirm harness is shown.
Is there any way to create the child case and assign it to workbasket and show the child case in Perform harness.
Note : Tried action Create work with first assignment as workbasket. It opens the case in Perform mode , But the parent child relationship is gone. the child case is created as stand alone case.