Hi,
Am using @MailSend function to sent a notice with a link back to a specified view via this code in the body:
“notes://MyServer/MyDB.nsf/SafetyView?OpenView”
This works well except for one thing. The launch properties for the database are set to ‘Restore as last viewed by user’.
Thus, when the link in the mail is clicked, the database is opened but at the view last viewed by the user. Not at the ‘SavetyView’ I list in the code above.
Any ideas how I can make this open the view I designate?
Thanks much,
Tim