pega.desktop.activateDocument java script function is not working after upgrade to 8.8.3
We recently upgrade our application from Pega 8.5.2 to 8.8.3. After upgrade we are recieving SECU0019 alert.
Activity=pzRunActionWrapper*Rule-Obj-Activity:pzRunActionWrapper*@BASECLASS PZBUILDFILTERICON #20191031T160256.942 GMT Step: 2 Circum: 0*0*false*NA**NA*NA*NA*NA*NA*NA*NA*NA*Unauthorized request detected : Unregistered request encountered with params pyActivity:DoClose eventSrcSection:Data-Portal.PortalNavigation. We are using pega.desktop.activateDocument in button that is causing this issue.
@Hari M The issue you are encountering with the SECU0019 alert and the 'Unauthorized request detected: Unregistered request encountered' error is related to the use of unregistered activities in your Pega application. This is a known issue that has been addressed in various Pega patch releases. Specifically the error occurs when certain activities are not properly registered leading to unauthorized request alerts. To resolve this issue you can update your environment to a version where this problem has been fixed. For example in Pega Platform 8.7.6 a similar issue was resolved by adding a condition to have portalName in the arguments if it is not the top portal and action is display (show harness case). Additionally in Pega Platform 8.6.4 the issue was resolved by adding code to register the necessary events for both button and navigation. You may need to apply similar updates or patches to your current version to resolve the issue.
⚠ This is a GenAI-powered tool. All generated answers require validation against the provided references.
Pega Platform 8.7.6 Patch Resolved Issues
Pega Platform 8.6.4 Patch Resolved Issues