Support Article
Save in screenflow takes user to Review harness
SA-417
Summary
Screen flow is used to display screens. Out of the box pyCaseHeader is included in the TabbedScreenflow7 harness. Click Save button to save the work object. Instead of staying on the same screen user is taken back to Review Harness.
Error Messages
No error message. User is directed to the Review harness instead of staying on the same screen.
Steps to Reproduce
1. Create screen flow to display the screens.
2. Include OOTB pyCaseHeader in the TabbedScreenflow7 harness.
3. At runtime, click Save button to save the WO while in the screenflow. Instead of staying on the same screen, user is taken back to Review Harness.
Root Cause
The root cause of this problem is a defect in Pegasystems’ code/rules. There is currently no Save button present in the out of the box screenflow harness.
Resolution
This issue is resolved through the following local change:
Approach #1:
Create a stub section with a regular layout and specify the CSS Class as “pyActionArea”
Include this stub section on your TabbedScreenFlow harness.


Approach #2:
Change Save button Action from “Save” to “Run Script”.
Call the doSave JS function and pass below parameter/values.
- bSaveAndContinue=true
- event=event

Published March 12, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.