Question
Coforge
IN
Last activity: 29 May 2019 9:32 EDT
Pega Mashup Skin issue
We have pega mash up to show harness having list of work object, the mash up is using pyEndUser skin, each work object is configured with a hyper link to open the work object in actual application.
Hyper link format- @(Pega-ProCom:PegaProComUtilities).getPublicLinkURL()+"?pyActivity=pyMobileSnapStart&pyShowFullPortal=true&pyPhoneNavRuleMainVisible=trueAction=openWorkByHandle&InsHandle="+.pzInsKey
The workobject is opening properly but the UI is getting distorted because the work object is also loading with the mash up skin (pyEndUser) instead of actual application skin.
Can someone please help me how to load new skin (application skin) every time user opens the work item.