I need a server function that iterates on one region and put object in a second region.
I get the first region with:
PartitionRegionHelper.getLocalDataForContext(context); (I passed the region in the call "FunctionService.onRegion")
How I can access the second region to put the results?
Thanks a lot.
D.