Questions tagged [imanage]

iManage is line of enterprise information management products including document management and records management.

iManage is best understood as a product line. Much as Microsoft has a line of "Office" products, iManage (formerly owned by Autonomy, a branch of Hewlett-Packard) has a line of products. A full list of these products can be found here: https://imanage.com/products-solutions/

One of the more commonly used iManage products is Work (formerly known as Worksite/FileSite), an enterprise Document Management System (DMS) used in a large number of financial and legal services firms. However, questions concerning FileSite should use both an "iManage" tag and a "FileSite" tag to help clarify the subject of the question.

47 questions
1
vote
3 answers

Uploading documents from iManage into SharePoint 2010

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…
user346514
  • 513
  • 4
  • 10
  • 33
1
vote
1 answer

System.MissingMethodException error when creating new document using C# VS2012

I am trying to create new document using iManage extension library(iManExt.dll). It works in my local machine fine. But when I deploy that to other machine it doesn’t work even though all dll in there. I am getting following error from…
0
votes
2 answers

Where can I find latest version of iManage API documentation?

I am looking for a complete online reference for iManage's latest API. On googling, can see references to iManage v2 documentation, but that seems to be bit old and where can I find latest API if at all there is one
user13579
  • 3
  • 2
0
votes
1 answer

Microsoft Edge Webview Issues

I am trying to install an application on my remote PC using the Windows installer. The application requires Webview2 to be installed on my PC, and I have it already installed. However the installer tells me that it is not installed. Where do I go…
0
votes
1 answer

Why would iManage's Outlook add-in File & Send cause a custom property set using Microsoft.Office.Interop.Outlook to be dropped off an email?

I have some code that functions fine unless Outlook has the iManage add-in installed and uses the add-in's "File & Send" functionality. The code does the following: Detect a new email draft Check if email draft has myCustomGuid property If it…
Dave Mackey
  • 4,306
  • 21
  • 78
  • 136
0
votes
3 answers

iManage ImportCmd launching new instance of Word

I'm trying to save a Word document into iManage using ImportCmd from IMANEXTLib and I'm getting a new instance of Word every time I run it. I've saved the document to doc1.doc, and then: 'Connects to WorkSite Dim dmsConnection As…
Richard Gadsden
  • 839
  • 1
  • 6
  • 22
0
votes
1 answer

Word Add-in object always null

I'm trying to get iManage Word Add-in object using the following code using Com.iManage.WorkSiteAddinInterfaces; public void ManageIManageWordAddIn() { iManageExtensibility iManageAddinObj = null; (COMAddIn addin in…
0
votes
0 answers

Retrieving reports from iManage based on the Document Name or generating list of documents with document information

I extract reports from iManage on daily basis and I was searching macro codes that would automate this process. After much search in various forums, I found this Ed Mozley's link, which I found very helpful to understand about the retrieval process…
Roshan S
  • 9
  • 1
0
votes
2 answers

What is EntryID in Outlook?

I'm working on a Outlook VSTO Addin that will plug-into the iManage FileSite AddIn, I'm currently trying to access the currently selected folders ID (Within the DMS) and I noticed that the CurrentFolder.EntryID property contains a very large…
DataMosh
  • 61
  • 8
0
votes
0 answers

Saving to iManage with VBA

I am trying to find sample VBA for saving an Excel file to iManage. I have some code which lets me download a document but I don't know if there is anything similar for saving to a workspace. The Excel file would have a workspace refernce e.g.…
Ed Mozley
  • 3,299
  • 4
  • 15
  • 20
0
votes
1 answer

Uploading file to iManage/Worksite to a particular folder

I have a particular FolderID and I'd like to upload files to this directory. (I have the reference to the iManage.dll and ImanEXTLib). I'm struggling with filling out certain fields in the dialog/import window from the code level. Ideally, I would…
LukaszPe
  • 57
  • 1
  • 16
0
votes
1 answer

Worksite - cleaning history of workspaces

Recently my firm acquired the Workiste solution (DMS) v9.3.2. It is connected to Outlook as a plugin. To the left of Outlook, beneath the Inbox, Outbox, Deleted Items and other folders, there is a browser of this DMS, whose contracted label is…
user911810
0
votes
1 answer

Debugging Full text search in iManage Worksite

I am creating different workspaces having different types of names containing special characters also sometimes. When I am trying to perform a Full text search nothing comes up in workspace results. Now, problem is how can I start with the debugging…
Ashraf.Shk786
  • 618
  • 1
  • 11
  • 23
0
votes
1 answer

Download a file via Imanage NRL

I need to download files pointed to by iManage NRL's. The only way I can see is to take apart the contents of the NRL to get the details and then ask iManage to copy the file to the local computer. But, this concerns me if iManage change the…
user2903089
  • 293
  • 1
  • 10
0
votes
1 answer

Downloading files from imanage/worksite/filesite

I got this problem at work that I have to do a lot with iManage (aka FileSite, DeskSite, WorkSite etc.) and maybe you've heard of it. Anyways, what I'm trying to do is to write a VBA code which will be able to download a particular file based on…
LukaszPe
  • 57
  • 1
  • 16