A question about Domino URL Command

Say, I have this URL

www.abc.com/abc.nsf/dummy/466c5172561e1c5c852566c2005f6bbb!OpenDocument.

Now, if the view ‘dummy’ listed in the URL is not available in the database, should the document open when the URL is clicked. I was under the impression that it would not and result in an error ‘couldn’t find design note’. However, the document does open. Could anybody explain why and where am I incorrect in my observation?

Thank you!

Subject: Open document url

Yes, the view name doesn’t matter in the URL. Once you’ve got the document id, you can open it (depending on your access rights, of course).

My advice is thar you read the documentation about Domino URLs here:

http://www.ipi.org/help/help8_designer.nsf/f4b82fbb75e942a6852566ac0037f284/3eaf23a3029eb5d18525731b0048cf8f?OpenDocument

and there:

Thierry Cayla

http://dominoeffects.serveblog.net

Subject: Open document url

Thank you!