Hi,
I have a parent activity where I’m invoking a child activity. In the child activity, I use OBJ-Save without committing, and similarly, in the parent activity, I also have OBJ-Save without committing. I need to commit the child data from the parent activity. Could you please suggest a design or approach for this?
Thanks.