Design Approach for Committing Child Data in Parent Activity

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.

@Sandeep COG

Hi @sandeep,

You can configure the commit step in the parent activity so that deferred child data will be committed to the database, including the parent data.

Thanks,

Pavan.