WorkLink is not working with portal themes

Worklink is opening the case without displaying the themes defined in the Portal linked to the operator.

Welcome to the community!

Would need some more details on your configuration

  • How are you constructing the work link?
  • Are you blending with traditional UI?
  • What is the configuration of the user / access group
    • do you have multiple access groups for the same app in one user?

This article might be useful, if you have not read it: Deep linking and Semantic URL

Hi Marc,
Please find the details below.

  1. By using pega OOTB. (pega_rules_utilities.pzEncryptURLActionString(tools, “Global”, “pyActivity=Work-.Open&Action=Review&HarnessPurpose=Review&InsHandle=”+ insHandle+“&FocusKey=”+tools.getParamValue(“FocusKey”));
  2. No, it is mainly for constellation.
  3. Operator is connected to only one access group and role.

In Constellation, you can refer the below article by @JayachandraSiddipeta along with the one in the above reply to understand how to form the work link. The link you are using is for traditional UI.

As @VVNagaSaiN says, that approach is Traditoinal UI.

The last time i did this (2023 for Infinity '23) I used:

pxRequestor.pxReqContextURI+“/”+pxRequestor.pxReqServletNameReal+“/”+Param.CaseName+“/”+Param.ID

OR

D_SystemConfiguration.pyPublicLinkURL+“PRAuth”+“/”+Application.pyProductAlias+“/”+Param.CaseName+“/”+Param.ID