Layout group default tab

Hi,

I have Layout group in the section.I have 3 different tabs , Example

Tab A

Tab B

Tab C

By default Tab A Section is displayed .

Requirement is to display Tab C as default tab.

Please let me know how to set the default tab in layout group

Regards,

Archana

@ArchanaB4805

I think it has been discussed in here: How can i default to Tab2 when the layout group (TAB) is displayed? | Support Center

@MarcLasserre_GCS

That solution works for tabgroup .which is deprecated now in pega.

In my Section i have Layout group.

Regards.

Archana

@ArchanaB4805

Can you try something like this:

  1. Have a property like testprop.

  2. Add the property as hidden text in the section and set the value as True in an activity beforehand.

  3. On Tab C, under General Settings → Active When-> add .tesprop == ‘True’.

Regards,

Tashika

@TashikaS

Thank you. It worked