I have a script which sends an email with a view link.
CODE: Call rtitem.AppendDocLink( view1, "viewname1" )
This works fine, except when I open the email message and click on the link, it opens the correct view but doesn't open the navigator that is set as default for that database.
This is a problem because the end users don't need to see some of the views that don't appear on the navigator.
Is there any way to get the proper navigator to open when using the view link?

