Question
Carelon Global Solutions
IN
Last activity: 27 Jul 2018 3:10 EDT
Parent case and subcases
Hello Everyone,
Can someone help me in the process of doing the following tasks.
task 1: I have a parent case say "product"
In section, I have a form with two radio buttons product 1 and product 2
if radio button product 1 is selected ,product 1 sub case has to be created on submit of that form or if radio button product 2 is selected, product 2 sub case has to be created.
task 2: property of parent case has to be used in sub cases like tax. how this can be done.?.
Thanks in Advance !
Hi,
You can achieve this requirement in multiple ways.
Task1:
One way is to use "Stage When" in the Case Designer based on the radio button's value to decide which child case to create.
Another is to use decision shape, "Fork" based on radio button's value and continue the flow for creating condition based subcases.
Task2:
You can use data propagation on Parent case settings or the DataTransform while creating subcases, to set the properties in the subclass to parent class property values.
Check the attached screenshot for more details.
-Shruthi