Thursday, August 31, 2017

The Notes UI and Sending a Link to a File Part 2

The Notes UI and Sending a Link to a File Part 2


Thanks to everyone who responded yesterday. Ive considered and tested the responses to find the method which will be simplest for our users.

What follows is a set of instructions....

We start our instructions by identifying the file we want to link to. Often for me, this will be a MPEG, AVI or giant PDF (because why else would you link rather than attach?) but in this example, Im just using a MS Word Document.


You can see my path here is:

M:DeptIT2010DevelopmentExtraNetConcepts

and my file name is

Proposed Extranet Login Systems.doc

Thus; my entire path and filename would be;

M:DeptIT2010DevelopmentExtraNetConceptsProposed Extranet Login Systems.doc

Already by working the actual filespec out were stepping slightly beyond the boundaries of the typical user.

Next, we type our email and highlight the words we want to link to a file;


Then we click the new "LINK" icon in Notes 8.5

This gives us a nice little box in which to type our URL. If this was a web link, it would be easy. Of course, being a file link, its a different story.

You might think that at this point, you could simply paste a link to;

M:DeptIT2010DevelopmentExtraNetConceptsProposed Extranet Login Systems.doc

but youd be wrong. Notes will throw this out to the operating system as a URL. If your browser accepts all kinds of different URLs, (like Google Chrome does - and I presume future browsers will) then it wont know what protocol to use.

Just pasting the path in caused a lot of problems for me.

So... this is what you need to do to modify your URL.
  1. Prefix it with file://
  2. Change all backslashes to forward slashes (actually this should happen automatically).
Your new URL should look like this;

file://M:/Dept/IT/2010/Development/ExtraNet/Concepts/Proposed Extranet Login Systems.doc

Paste your new URL in and send your email. It should all work. Well, mostly work... If your users have firefox, you might discover that it actually blocks local links for security reasons unless you use these workarounds.

Im not sure whether to provide these instructions for my users or not. In my opinion, its still too difficult for them. I guess it wouldnt be too hard to create a button which did it - or even better, if IBM were to adjust the links button in future versions of Notes to allow browsing and selecting files on local resources.

download file now