Creating a Child Case from a Parent Case Using an Activity

Hi everyone,

I need to create a child case from a parent case using an activity. Can someone assist me with this?

Thanks!

Hi @Suresh P,

To achieve this, follow these steps:

  1. Create a work page for the child case by calling the “createWorkPage” activity within your activity and passing the required parameters.
  2. Next, call the “addWork” activity and pass the cover handle, which will create the child case.