I have created two screens: 1. Company Overview and 2. Detail. The first screen has a navigation tab widget with 3 tabs (i. Info, ii. Hierarchy, and iii. Analytics). In the second screen (Detail) when I am clicking on the Save button it is redirecting me to the first tab of the first screen. Is there any way to select specific tab to be shown instead of the first tab after clicking on the save button? I searched the forum but did not find any solution to my problem or any relevant .oml file.
There you go!
Hi @Md Zulfikar Hasan
Yes, you can implement this behavior.
You can set the ActiveTab attribute as an input parameter on Screen 1.
When navigating from the Detail screen, simply pass the desired value to the ActiveTab attribute.
Does this make sense to you? Does this solution fits you?
AC
@André Costa Thanks a lot for your reply. But I am afraid that I could not find the ActiveTab attribute for the navigation widget. If you can share an .oml file as an example, then it will be really helpful.
Thanks a lot.
Hi @Md Zulfikar Hasan,
In order to select specific tab, you can write your logic to pass active as starting tab number to Navigation\Tab widget.
In this way you can handle your business need.
Reagrds
Shashi Kant Shukla