Question
How to create another work object that has parent and child case types
Hi
We have structure of case types:
CaseType1 (Parent, Top)
CaseType2 (Child of CaseType1 & Parent for CaseType3)
CaseType3 (Child of CaseType2)
I am in CaseType2 (in a flow) and I need to create a new CaseType2 WO (as a child of the same CaseType1).
Is there an OOTB activity to achieve this?
I can easily create a new WO for CaseType3 using pxAddChildWork. Do I have to go to Top CaseType1 to be able to create a new WO for CaseType2?
Thanks
Hi There,
Can you pls try to understand the use of AddCoveredWork activity? Hopefully this will suit your requirement.