Hello All,
Apex: 24.2.2
RDBMS: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0
Oracle Applications: 12.2.10
Experience Level: Intermediate (Practical Application)
I have a page (page 9) that has 2 Tabs in a Tabs Container. One Tab displays Order Header data and the other displays line level details for the Order.
If I navigate from Page 4 to Page 9 (currently via a link) I always want to end up on the Orders Tab. If I navigate from Page 12 back to Page 9 (currently via a button that performs ‘Redirect to Page’) I always need to end up on the Lines Tab.
“Remember Active Tab” will not solve the problem because you can navigate off page 9 while on the Lines tab, work your way back to page 4, then navigate to 9. This setting would take you back to Lines as that was “last active”. Page 4 needs to always take me to the Orders Tab even if I was on the Lines Tab last.
Can anyone please tell help with this? I've tried to follow sample code using STATIC IDs and javascript, but my understanding of that code and where on the tab page to put it is where I struggle.
Thanks in advance for any ideas!