Add data from child case to parent case
In our application there is Page List property on the parent case and a Page List property on the child case. Once the child case is completed we need to append the items in the child case's Page List toe the parent case's Page List. Preciously we used a Data Transform to append the items from the child case to the Page List on pyWorkCover page. This seemed to work until we changed our case locking to optimistic. Any idea how to accomplish this with optimistic locking enabled?
***Updated by moderator: Lochan to update Categories***