Update Parent Case Properties in Child case
Parent Case-type: Parent; Child Case-type: Child
I want to update a property name .SomeText (text) defined in Parent case from the Child case.
I used DataTransform defined in Child case as follows:
SET:: pyWorkCover.SomeText = "sometext"
After running above DataTransform successfully in one of the step pyWorkCover data as seen from the child case(clipboard) is updating, but when I go back to Parent Case when i look(clipboard) into same property in pyWorkPage it's not set.
Can anyone give me explanation? What will be the best method?
I refer to this:
but was not able to recreate it.
***Edited by Moderator: Lochan to update platform capability tags***