Open section in a new tab from case type

How to open a new section/launch local action in a new tab on click of a link in a case?

@NirmalaJ2240

Open URL in New Window action is used for this purpose.

Have you tried to use OnClick action on the link of your case with Open URL in new Window feature?

Hi @PIYUSHSINHA,

My requirement is to open a form by clicking on the button in the case type and that form should be displayed as the sequential tab next to this case type.

Open URL in New Window will be used to launch in new browser window/Tab, isn’t it?

Note: we are using pega 8.5 version platform

Thanks,

Nirmala J

@NirmalaJ2240

I think firstly you should use layout group (tab) for displaying form details. On click of the link you should run one data transform and set on flag and after that use Run Script “goToNextQnATab”, refresh section and save.

For displaying/hiding the other tab, use the flag value.

@Shubham Kamble @PIYUSHSINHA

Thanks for your replies.

I was able to achieve this by configuring Tab group as a layout for portal and launching Harness as a new document inside the section