While I know that I can use the UNID of the document to open the document directly from a link referencing Notes, can it be done with the view name and first column value as in the browser?
For example, I could send:
http://mycompany.com/OpsManual.nsf/Policy/6
To get to Policy #6 in the Operations Manual via the browser client. I thought that I could send:
Notes://mycompany.com/OpsManual.nsf/Policy/6
To send them to the same place in the Notes client, but it always opens to the default Notes opening setting. Is there a form, database or server setting that I have wrong? Or am I mis-remembering how NotesURLs work? Can you only use the NotesURL in LotusScript?
The Notes URL syntax is
You can omit the documentuniqueID and just include the viewID, but you can’t specify a row, or jump to a certain row based on its value in a column.