Question
2
Replies
209
Views
Posted: July 22, 2020
Last activity: August 17, 2020
New case creation in cosmos 8.4.1
Hi All,
I am creating a new case in cosmos 8.4.1. It is showing a bar with case id and a review screen. This will be an extra click to open a case. Is there any way to change this default behavior?
Regards,
Nizam
***Edited by Moderator: Pallavi to update platform capability tags***
Hi Nizam,
We had the same issue with 8.4.1 and I can say this is due to a call to Ajax container. As I have noticed some properties on pxThread page and some Boolean flags on Declare_pzRecentsCache.pyRecentListItems page for the corresponding case (Newly created case).
This is due to on click of the Create Case link Pega is executing Ajax container script.
To skip the Ajax call I have updated the Action events for the Create Case link, now it is working as expected for me.
Here are the steps to fix this.
Step 1: Save as the navigation rule to your application specific rule set.
Step 2: Update the Run Script
Step 3: Add Create Work with required parameters
Thanks,
Nages.