Link to another app and open a specific view using the index number

Objective:

  • From app 1, I want to click side nav item and link to app 2
  • App 2 has many views within a container and I want to link to view index 2 when clicking from app 1 side nav

I'm familiar with the way to link to another app, but it's unclear to me on how I assign the index view number I want the user to land on when clicking the nav item. Any ideas?

Use a URL Parameter or hash value as the view you want to open in the 2nd app and set the default view of your container in the 2nd app to be the value of your {{url param}} - when you open the second app it should then "deep link" to the correct view

1 Like

Agreed -- you can also make it a custom menu item in order to define the params!