Support Article
Dirty popup displays on reopening an assignment
SA-76875
Summary
On reopening the same work object (assignment) which was not closed earlier, Pega out-of-the-box message, 'The assignment you are trying to open is already open', displays on the screen.
The requirement is for the message not to display each time the assignment is reopened.
Error Messages
Not Applicable
Steps to Reproduce
- Open a case from the worklist or workbasket. Make changes to the case.
- Navigate away from the work object without closing it.
- Open the work object from the worklist or workbasket.
Root Cause
This behavior is as per Pega product design.
Resolution
Perform the following local-change:
- Navigate to the section containing the work ID.
- Call the Run Script action instead instead of using the Open Assignment action and pass the below function.
pega.desktop.openAssignment
- Pass the skipConflictCheck parameter as true to that function.
Published April 11, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.