Open documents in Lotus Notes from the Web without a UNID

The standard method to open documents in a Lotus Notes client from a Web link is by accessing the "Notes://" URL. You can find the proper syntax for this on the second to last tab of the document properties of each Lotus Notes document under the "Identifier."
Related resources from SearchDomino.com:
How to use the GetDocumentByUnid method in LotusScript

Fix and update Lotus Notes documents with limited access

Lotus Notes Domino Agents Reference Center

There is a caveat for this method to work, however. You also must know the UNID of the Notes document.

If you don't have the UNID but know the view and the key, you can still open documents in Lotus Notes from a link on the Web using following code in an agent. I suggest naming it something like:

http://server/dbpath/agnName?OpenAgent&view=viewname&key=keyvalue

Agent to open documents in Lotus Notes from a Web link
(Click on code for enlarged view and script download.)

Do you have comments on this tip? Let us know.

This tip was submitted to the SearchDomino.com tip library by member Michael Zischeck. Please let others know how useful it is via the rating scale below. Do you have a useful Lotus Notes, Domino, Workplace or WebSphere tip or code snippet to share? Submit it to our monthly tip contest and you could win a prize.

This was first published in October 2008

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.