Data Propagation issue
Hi folks,
i have been facing an issue which actually seems to be very easy but I cannot find a good way to solve it.
Example:
We have a Parentcase PC and a Subcase SC. During the PC we have an action navigation drop down menu. Within this menu I want to call/start SC.
Hi folks,
i have been facing an issue which actually seems to be very easy but I cannot find a good way to solve it.
Example:
We have a Parentcase PC and a Subcase SC. During the PC we have an action navigation drop down menu. Within this menu I want to call/start SC.
I put SC under “Coverable work types” of PC and within the Data Propagation I call a data transform for data mapping.
I add SC to “Edit Navigation” property and I try to call the case with action “create work”.
So Case SC will be start by clicking on the action event but there will not be mapped any data to SC. I looked into the tracer and I saw that the data propagation/data transform will not be executed!
I tried several other ways:
- like creating a pyDefault data transform for SC which will be executed but it will be nameless and the data mapping is useless.
- Or Add following actions on the navigation item:
-
- Refresh-section, which will call an activity “pxCreateTopCase”
- Run Activity, which call “OpenMostRecentCase”
- Open Assignment, which import a AssignmentKey
And the moment I am little bit clueless. Hopefully someone is able to give me an advise.
Thanks. (Pega 7.1.7)