Linking Ignition URL

We have two projects installed in two Ignition Server seperately (App1, App2).

We need to call the URL (Home page) of App1 in App2 and App2 in App1.

How do we do it. Please help…

Ignition has a feature called retargeting where you can seamlessly navigate from one project on one server to another project on another server. You can accomplish this through a scripting function: system.util.retarget. Take a look at this help page for more information http://www.inductiveautomation.com/support/usermanuals/ignition/system_util_retarget.htm.

I am able to link from one app1 to app2
but i was not able to link, specific page example (Overview (or) Status page)

The last parameter, [startupWindows], opens those windows. You could further customize your project with [params]. Both are documented under the help page that Travis linked above.