Hi
I have 2 case-types in my requirement which are not parent-child. So in this context how do I copy or populate data from one case type to another case type?
Hi
I have 2 case-types in my requirement which are not parent-child. So in this context how do I copy or populate data from one case type to another case type?
@Swathi Lingala
Use Create case there is an option to write Data Transform in create case shape to copy data from one case to another case. This DT is created in second case type
Ex:If Property A is in Case 1 Property B in Case 2 then in DT target is Primary.B and source is pyWorkPage(of Property A class).A