Discussion
Verizon
IN
Last activity: 18 Jan 2016 5:12 EST
Copy Data in each embedded page to respective subcase
Hi,
I need to create subcases for each element in a pagelist. The Data for each subcase should be the respective embedded page in Pagelist. Can someone suggest me a way to do it.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
enable copyPageData to OOTB activity pxAddChildWork and share your observations!
Verizon
IN
Hi ,
Thanks for the advice. I have done as you suggested and getting below error.
- ** pxAddChildWork: the child class must equal or derive from the class of the source's Page Property
The Pagelist property which i used in create multiple subcases step is defined in CTSHy-OnlineGr-Work-OrderGrocery
Child class case type is defined in CTSHy-OnlineGr-Work-OrderGrocery-VendorOrder.
Could you please advise me with a solution to this error.
Thanks in advance!!
Pegasystems Inc.
IN
prpc version?
Verizon
IN
Hi,
PRPC version is 7.1.5
Pegasystems Inc.
IN
when copying the page data to child case, the copy page class should be the child class or a derived class. could you please trace the class of the copied page and share the class name..
Verizon
IN
copied page belongs to
CTSHy-OnlineGr-Data-LineItems-Category |
Pegasystems Inc.
IN
could you please try propagating this page using data propagation at case type rule? since it is not the child class or a derived class...
Updated: 18 Jan 2016 5:14 EST
Verizon
IN
I have propagated this Pagelist to subcase. Still not able to make this work..
CTSHy-FW-OnlineGrFW-Work-OrderGrocery Case type is inheriting this class while parent case is defined in CTSHy-OnlineGr-Work-OrderGrocery . I think i need to inherit the parent class while defining the sub case type.
Pegasystems Inc.
IN
sorry no idea...