Closed
Automatic transfer to next tab in Layout Group
I have a Layout Group ( Tab format) with three tabs in it. On Tab 1 there is a button say "Save", if we click on that button it should automatically save data on first tab and should transfer to next tab, that is Tab 2. Could you please help me to achieve this.
could you please try onClick event Run script option...
'pega.desktop.activateDocument'
tab index starts with zero ... in this use case ... index should be 1 to activate tab 2 post click on save button.
Please share your observations, Thank you!