Question
Accenture
IN
Last activity: 1 Apr 2021 1:58 EDT
Switch to different portal that belongs to same application on click of a button
I need to launch a portal that belongs to same application on click of a button. I have already tried imitating switch application feature of pega. But it does'nt seem to work. Kindly share a working example. I have attached screenshot of my sample implementation of the script "switchApplication"
@Roshini Vijayakumar
Did you try making use of the OOTB function "changePortal"
Since it's the same application I'm assuming that a single access group has access to multiple portals.
changePortal takes 3 parameters, strNewPortal, currentPortal, strNewPortalLabel.
PFA - working