Navigate to different object view tab with button

Hello,

I am configuring an object view for one of my object types, and it has multiple different tabs, each configured with a Workshop module.

I would like to create a button on the “Overview” tab that navigates to one of the other obejct view tabs. Is this possible? I can’t seem to find any button on-click events that correspond to this.

This is not currently possible. One workaround would be to make your Object View a single tab, which is a single Workshop module, and then put your tabs in that module. Workshop buttons can toggle between Workshop tabs, so you could configure your module as you would like with the ability to flip between tabs.

If you already have multiple Object View Modules, you could make a parent module that embeds each of these pre-existing modules, which would limit the amount of refactoring this would involve.