Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Bypass the view document and open the document directly
erolland
Hello, i use a SharePoint site and i also the option send URL to latest version to always get the latest verion of the document.
There is only one thing, when i click on a link it open a window with a lot of option and i just need to open the file directly instead of having this window.
I know it's possible because in the protocol handler, it's possible to bypass this screen.
Thanks for help.
Find more posts tagged with
Comments
hks
The URL to view a document directly in its native format is :
http://server/worksite/scripts/viewDoc.aspx?nrtid=%moniker%&command=ok
The following option needs to be set in our options.xml to use this URL.
enable-caching="1"
There is an article on Devnet (
http://devnet.interwoven.com/forums_vb/showthread.php?t=21613&forumid=49
) discussing why we need to set this option and the implications of setting this option in options.xml.
If setting the “enable-caching” option is not a viable solution then the other option is to use the following URL to Open/Save the document in native format.
In this case however, the user will see the browser’s File Open/Save As dialog.
http:///server/worksite/scripts/filecontroldownload.aspx?nrtid=%moniker%