Note The URLs shown below are for example only. They do not point to existing Web sites.
Using Domino URLs to access a document
To open a document by key, create a sorted view with the sort on the first key column. Then use a URL to open the document.
Syntax
http://Host/Database/View/DocumentName?OpenDocument
Where:
There may be more than one matching document; Domino always returns the first match. The key must match completely for Domino to return the document. However, the match is not case sensitive or accent sensitive.
Note that View can be a UNID, or view name. In addition, the implicit form of any of these commands will work when appropriate. For example, you can omit the OpenDocument argument in a URL command and the document will still open because the command is automatically interpreted as OpenDocument. (EditDocument and DeleteDocument must be explicit commands.)
Examples
http://www.mercury.com/register.nsf/Registered+Users/Jay+Street?OpenDocument
http://www.mercury.com/register.nsf/0/466c5172561e1c5c852566c2005f6bbb?OpenDocument
Using @commands to link to a document
For information about using @commands in Web applications, see Features to Avoid Using in Web Applications.
Using Domino URLs to access attachments
When Domino saves a file attachment with a document, it generates a URL so it can retrieve the file later. An attachment generates a URL whose last component is the original file name. For example:
http://domino.lotus.com/domdown.nsf/ViewUNID/DocumentUNID/$File/DOMINO.EXE
ViewUNID can indicate a ViewID or a ViewName. DocumentUNID can be a DocumentKey. This allows you to create URL links to attachments by supplying a view name and document key.
By default, the browser uses the name specified in the URL to save the file.
See Also