On-Click switch between menu items

0
I have menu items say Loans, Documents. Now I am on Loans menu. There is a button under Loans menu. My requirement is when I click the button it must navigate to Documents menu. Is there a way to achieve this?
asked
2 answers
3

Try this widget:

https://appstore.home.mendix.com/link/app/2964/

or

https://appstore.home.mendix.com/link/app/800/

answered
0

Soumya,

If you are using a tab container, the widgets Robert linked to will work for you.

If you are using a menu item like this:

and you want a button on one of your pages to open the same page as one of your menu items, you can define an Action Button that opens the same page (or microflow) as any menu item.

Mike

answered