Discussion
Delta Dental
US
Last activity: 16 Mar 2018 19:46 EDT
Back Button
Hi!
I am very new to PEGA and have only seen limited demo's on what PEGA can do. I am playing around with PEGA7 Express in hopes to learn more. I have seen a demo in which the "next" button was used to move the user through screens. So my question is, can PEGA go backwards? It seems like the stages and steps go forward, but what happens if I need to go backwards? For example, if I have a form that is asking the user to enter fields and then hit the "next" button, is there also a "back" button?
thanks,
Kristi Brandt
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
Hi Kristi,
Pega 7 does support adding a back button for wizards (called a screen flow in Pega) but we have not yet exposed this as a configuration option in Pega 7 Express. It is on our roadmap as a feature to expose in express.
Thanks,
Dennis
Pegasystems Inc.
US
Hello Kristi,
Yes, in Pega 7 you are able to also go backwards. There are a number of ways to accomplish this when cofiguring at the flow/process level. For example, you may use a button and associate a click event that calls an out of the box previous action.
Lu
The Pega Academy Support Team
nylife
US
Hi Leo,
I am not seeing a "Previous" action in the list. Below are the out-of-box actions for the button click event. Is there an alternative to "Previous"?:
Hi Leo,
I am not seeing a "Previous" action in the list. Below are the out-of-box actions for the button click event. Is there an alternative to "Previous"?:
Pegasystems Inc.
US
From within a screenflow, you can have a button with a run script click action:
Function name:
script:pega.u.d.submit
With a single parameter:
"pyActivity=GoToPreviousTask&previousAssignment=true"
See the back button on the Work-!TabbedScreenflow7 harness for an example.
-
Gaurav Londhe
PNC Bank
US
It is perferctly working when trying to go back to assignment which is in the same flow but how can we go back to different flow in the same case.
Error is NopreviousAssignment found.
-
Gaurav Londhe Ayush Shrivastav
Wipro Ltd
AU
Screen flow is the answer for you question.
Please check below links for more details:
https://community.pega.com/sites/default/files/help_v719/procomhelpmain.htm
https://community.pega.com/sites/default/files/help_v719/procomhelpmain.htm
Thanks,
Saikhom
Cognizant
IN
We can achieve this in screen flow. Please follow the below link for reference.
https://community.pega.com/how-create-screen-flow
-
Charan Potlacheruvu Balu gundapuneni