Are we able to add external links in Pega Constellation landing Pages on click of the link it should open a new window ?

Are we able to add external links in Pega Constellation landing Pages on click of the link it should open a new window ?

For example, we are on a landing page, would like to provide quick links in that

navigate to google.com or client provided some links.

and would like go to Pega other landing page etc

@VenkateswararaoK Easy way of doing this is to include this widget from Constellation UI gallery

And add this to the desired Home/Landing page.

@VenkateswararaoK I did this on my very first Constellation app (8.7), built hackathon entry application. One was a list of rules and links to more details on each rule.

The app is old and not up to date, but you can this can be achieved OOTB with a List View (or probably even an Insight). Key is to have a list of the links you want to display. So slightly different to UI Kit where you would of dumped buttons and action sets for each link to hard code that experience.

Making it data based, also has the benefit of being dynamic AND allow business users to edit this, or even other actions.

@Sreedhar Ganduri Shortcuts component will do the work here. We have tried this in the landing page and in the case widget to display casetype specific links to be placed below attachments

@VenkateswararaoK Yes, we tested this by setting the field as a URL in read-only mode. On click, it successfully opens in a new window. This was tried in version 23.1.5.

@THARUNKT thanks for sharing :slight_smile: