Opening the work object in theme cosmos full portal on right click of a link and select “Open Link in New Tab” is available from the Pega 8.4.5 release. More information on the pega release and theme-cosmos version support is mentioned below. This document explains the necessary steps to enable this feature.
In Theme-Cosmos 01,if a customer has overridden the MainNavigation rule in their application ruleset, then the action of Home item should be changed from runscript “pega.desktop.activateDocument” to Harness action as below.
@SakthiVickraman Is this feature only applicable for the work objects in the current application. I mean, can we use the same approach to open work objects from another application in a new tab ?
@EngincanY Yes, this feature is only applicable for Work Objects in current applications. You would not be able to open Work Objects of different application. Thanks for raising this question.
@Chaitanya_Samanthula No, It is supported only for “Open work by handle” and “Open Work Item”. There is no option to open the assignment directly in a new tab.
@SakthiVickraman I have a requirement that using OpenAssignment Action want to show the Preview button and Open in new tab/window options on right click.
Is there away to achieve with OpenAssignment method/action?
@SakthiVickraman - Is it possible to open a Work Object in new Window or TAB with “onClick” from a Modal Dailog window? At the moment onClick of the button from a modal dialog is closing my current Modal Dialog window and the case and opening the Work Object(onClick) on the main Portal.