Hi Everyone.
I have one parent case type and 2 child case type. I need to pass value from childcase1 to childcase2..
do we have any data propagation methods?
Hi Everyone.
I have one parent case type and 2 child case type. I need to pass value from childcase1 to childcase2..
do we have any data propagation methods?
We don’t have any explicit propagation methods for this kind of use case. If it’s a numeric value you can do aggregate calculations on child case 1 and push it back to parent case, then access it from child case 2. Otherwise, define an declare trigger for property in the child case 1, and update parent case, then respectively access it in child case 2 if it’s a portal from pyWorkCover page context if it’s from back end use a dp to open the parent case details and grab the value from there.
Hi @Kannan-PEGA,
As far as I am aware, there are NO direct Data Propagation methods that Pega supports for this scenario.
Easiest method would be using OOTB Data Pages like D_pxCaseDetail to fetch the relevant data from the case.