How we can create multiple child cases in Pega ??
To create multiple child case either you can use smart shapes or activity in pega.While working for flow you can use Flow rule and there we have a smartshape of create case with child case creation where you can configire the checkbox “Create multiple cases using a list”.
Using one page list you can create multiple child cases as case will reach to that list it will start creating all the child cases in pega.
Attached screenshot for the reference of how we can call that List.
On the create case smart shape, select the create child case radio button. Then check the create multiple cases using a list and place a pagelist on the field. You can generate the pagelist beforehand on the flow and the number of cases created will be equal to the length of pagelist.
Hi @MonikaS9010,
You can create using an OOTB activity called pxAddChildWork if you want to create it from an Activity else you can use Create Case smart shape if you are using from Case.
Thanks,
Chandra Kanth.
@Somil Shukla Thanks i got the exact solution .
