Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Wellcare
US
Last activity: 18 Sep 2017 8:54 EDT
Unable to use Actions on a Child Item
We are creating a sub case and routing it onward. When the recipient wishes to act upon the item, via a Flow action or Local action, we get the following error "Local actions are available only when you are performing the assignment". They're in the perform harness, so in theory that shouldn't matter. Anyone have a tip to overcome this?
I saw the article at https://pdn.pega.com/support-articles/local-actions-are-not-available but I didn't see that applying to us in this case. It doesn't matter where in the flow we are, we get the same issues.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689977000/ca5d61dc-47bd-406c-8ea6-9d6a790a4f7e.jpg?itok=O3xagdnP)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689977000/ca5d61dc-47bd-406c-8ea6-9d6a790a4f7e.jpg?itok=O3xagdnP)
Pegasystems Inc.
IN
How are they performing actions in Child item? Is it through navigation rule in Parent itself or they are opening the child and still facing this issue ?
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Wellcare
US
I've tried the Action menu and adding a button that will call a Local Action. On the Action menu I've tried adding them directly to the Navigation menu as well as a Case Wide Local action on the Case. All of these options give the same result.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Wellcare
US
Does anyone have any ideas on this one? I'm tapped out!
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689977000/ca5d61dc-47bd-406c-8ea6-9d6a790a4f7e.jpg?itok=O3xagdnP)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689977000/ca5d61dc-47bd-406c-8ea6-9d6a790a4f7e.jpg?itok=O3xagdnP)
Pegasystems Inc.
IN
This usually comes due to assign page mismatch. Can you confirm if newAssignPage corresponds to the correct child's assignment when you are hitting local action button?
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689954000/5e1df259-88ec-40db-aa4a-a5b27280a5f7.jpg?itok=ChGegHBG)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689954000/5e1df259-88ec-40db-aa4a-a5b27280a5f7.jpg?itok=ChGegHBG)
Pegasystems Inc.
US
Hi Chris,
In your button config, you are calling a Local Action. I believe that the Local Action UI will replace the current screen. Is that right?
Can you try to launch a modal dialog (calling Local Action -> select Target as "Modal Dialog") instead of replace the current screen? i.e. to display the Local Action in the modal window.
Thanks,
Susan
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Wellcare
US
The Modal Dialog was the first thing I tried actually as the Add Attachment works that way, and yes we can use these ones that are throwing the error in a Modal dialog. Unfortunately that doesn't meet our requirements for the business, we really need the full screen replace. Any idea why one would work and not the other?
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689954000/5e1df259-88ec-40db-aa4a-a5b27280a5f7.jpg?itok=ChGegHBG)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689954000/5e1df259-88ec-40db-aa4a-a5b27280a5f7.jpg?itok=ChGegHBG)
Pegasystems Inc.
US
HI Chris,
Can you check the below pdn article? It may provide some help.
thanks,
Susan
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Wellcare
US
That looked promising. Unfortunately, I checked out pyWorkPage though and the pyFlowName property is there and has the correct value, so there must be something else. On a side note, we found out this error applies to all Flow Actions, not just the Locals.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Wellcare
US
Still no luck on this one. I don't know if it is something in the Harness, or the way the case is created, but we're still unable to perform any Actions.