Question
4
Replies
5275
Views
virtusa
Posted: July 15, 2017
Last activity: August 6, 2017
Closed
Propagate data from child to parent
Hi
How to propagate data from child case to parent case
Question
Question
Question
Question
Discussion
Discussion
Question
Question
Discussion
Question
Hi
How to propagate data from child case to parent case
Thanks dleep
But where to mention this data transform to update the pyworkcover. Can you please mention and also I need to propagate the same data to remaining sub cases I mean parallel cases. Thanks in advance.
You can use :
1. Refer to data page.
2. Copy data from a data page
3. Data transform
4. Directly from Data propagation ( you can find it case lifecyle --> Settlings --> Data propagation)
Hi Jibran,
Data transform will work to copy the data from child to parent but the remaining three option will not use. Data propagation is only for copying the data from parent to child not for child to parent.
Thanks
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.
Hi Krishna,
In pega we have several methods to propagate the data or update the data on the parent form child case. You can use the data transform by using the class pyWorkCover or you can take the page reference and set the data on the page or you can use the smart shape 'update case' to propagate the data.
Thanks