I have a requirement from my client to upload documents from iManage/FileSite into SharePoint 2010. When they try to upload documents into the document library they would also like to have an option to get the documents from iManage, other than from the filesystem. Please let me know if there is any easy solution to achieve this. Custom coding is also fine with me.
Thanks in advance.
In my case I wanted to have a hyperlink column in the Sharepoint 2013 pointing to a document in my fileSite.
e.g link: iwl:dms=DEV85SERVER&lib=LIVE&num=25210&ver=1
e.g link description: Document test
I tried to create a hyperlink column but SharePoint didn't recognize my DMS link.
So I had to create a calculated column to make the DMS link works.
Create a third column called "Link" as a calculated column.
3.1 insert the following formula:
3.2 Change the type returned from this formula to "Number" Done!
This is just an example. I hope it helps.