I have customview.html file and want to display an icon, which when clicked, will display a document which resides in the another folder.
I am currently inserting the full URL of the document but this is far from ideal. What I really want to do is to use relative addressing but none of the following variations have worked:
livelink.exe?func=doc.View&nodeId=xxx&docTitle=yyy
livelink.exe?func=doc.browse&nodeId=xxx
Therefore any suggestions on the correct func= parameter to use would be greatly appreciated.
I am currently inserting the full URL of the document but this is far from ideal. What I really want to do is to use relative addressing but none of the following variations have worked:
livelink.exe?func=doc.View&nodeId=xxx&docTitle=yyy
livelink.exe?func=doc.browse&nodeId=xxx
Therefore any suggestions on the correct func= parameter to use would be greatly appreciated.