Question
Bank of America
IN
Last activity: 25 Jan 2023 9:08 EST
Encrypted URL for Assignment is not working for pxWorklink Control
Dear All,
We have a requirement where we need to open the assignment on click of the link provided in the email to the customer. I have added the below snippet where pyCaseID holds the assignment pzInsKey.
When I am clicking on the link it is opening the portal and not the assignment of that case. I have tried with pxWorklink control as well but same issue.
Using pega 8.7.1.
<% String workHandle = tools.getProperty("pyCaseID").getStringValue(); String strPublicLinkURL = pega_procom_pegaprocomutilities.getPublicLinkURL(); String workURLParams = "[email protected]&pyShowFullPortal=true&Action=openAssignment&InsHandle="+workHandle; String encodedworkparamsURL = pega_rules_utilities.pzEncryptURLActionString(tools, "Thread", workURLParams); String encodedworkURL = strPublicLinkURL +"?"+encodedworkparamsURL; %>
<a href='<%= encodedworkURL %>'>View Case</a>
***Edited by Moderator Marije to add Capability tags***