Question
Murex
LB
Last activity: 16 Jun 2016 10:04 EDT
How can I make an optional action in a stage that can move me to another specified stage
Suppose I am in stage stage1, I want to have an option under the actions button (the button on the top right) called "Skip" that changes my state to stage 5.
How can i achieve this?
Another question is that How can I disable the edit button in s specific case?
Thank you.
Message was edited by: Marissa Rogers - Added Category
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
Using the ActionAutoSubmit HTML in the flow action might be an option for you.
Pegasystems Inc.
US
You can create a flow action that calls the pxChangeStage activity.
Murex
LB
I actually do but the flow action required a section , when I provide no secion it shows on the screen that this section have no view defined yet. I only want my optional action to move to a specified page directly without any sections if possible.
Thanks!
Accepted Solution
Pegasystems Inc.
US
Using the ActionAutoSubmit HTML in the flow action might be an option for you.
Murex
LB
I am a bit new to pega. Can you please explain more how to make the ActionAutoSubmit HTML?
Thank you so much!
Pegasystems Inc.
US
It is an OOTB HTML rule. You would need to reference it on the HTML tab of the flow action.
Murex
LB
Worked like Charm! You're amazing!
Updated: 16 Jun 2016 8:31 EDT
Pega Systems
IN
OOTB pyChangeStage local flow action can be used to change the stage.
No need to create a section for this flow action.
OOTB pyCaseHeader section can be copied to your RSV.
And Update the Disable/Visiblility condition for Edit button.
NB: Use Pega given Live UI tool, to identify different sections in a portal.