Data Propagation for multiple child cases...
Hi,
I have a Parent Casetype . And a childcasetype
Inside Parent I am running an activity to create 2 child cases .
Now inside the Parent casetype class one pagelist is there called "NumberofElements" and 2 pages are there under it i.e. NumberofElements(1) & NumberofElements(2) and some as usual properties are there under them .
Requirement :
I need to copy NumberofElements(1) data to only first child case .
and
I need to copy NumberofElements(2) data to only second child case .
Currently I am using an activity for that but it is getting lengthier . Can anyone suggest how can we achieve this by normal data propagation . Like how do we specifically propagate data(i.e. pagelist) when multiple child cases are there.
Note - I can't just directly hardcode the index values while data propagation functionality .
Thanks