Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Integrating Legal Service Delivery applications with iManage storage

Integrate iManage storage with Legal Service Delivery applications to provide more security to the files.

You can integrate iManage storage with Legal Service Delivery applications.

The three types of Integrations are:

  • Shared Workspace — To use an existing Workspace and folder to upload documents, use the Shared Workspace when needed. For example, you may want to organize the documents by Practice areas. So, you’d follow a shared Workspace scenario where the legal request or legal matter related folders are created inside the existing Workspace and the documents are uploaded to the folders.
  • Independent Workspace using a template — To track every request or matter separately and upload documents, use the Independent Workspace when needed. Using a pre-defined iManage template helps you maintain consistent names and folder structure for the Workspace in iManage. The documents are uploaded using the folder mentioned in the Folder_path field.
  • Independent Workspace without a template — When you want to track every request or matter separately and upload documents respectively using the folder mentioned in the Folder_path field, use the Independent Workspace.

Shared Workspace

In Shared Workspace, workspaces are shared between the ServiceNow® users registered on iManage and iManage storage.

AttributeOptional/MandatorySample Values (Manual input)
LibraryOptionalNone
Workspace_typeMandatoryShared
Template_IDNot applicableNot applicable
Folder_pathNot applicableNot applicable
Shared_workspace_IDMandatoryLegal!123
  • Folder structure: <folder>/${number}.
  • How it works: When a document is uploaded, the application uses an existing Workspace (Legal) and reuses the primary folder. The application creates the folder under this folder hierarchy using the legal request or legal matter number and uploads the document in this path.

    The following example shows the document is uploaded in the specific folder.

    Note: If any of the folders don’t exist, then the application creates them first and subsequently uses them. In this example, it is ${number}.

    Legal (Workspace) > Folder > LR001.

Independent Workspace using a template

AttributeOptional/MandatorySample values
LibraryOptionalNone
Workspace_typeMandatoryIndependent
Template_IDMandatoryLegalTemplate!120
Folder_pathMandatoryDocuments
Shared_workspace_IDNot applicableNot applicable
  • Folder structure: ${number}.
  • How it works: The application creates a Workspace using the value provided in the folder structure field as the workspace name and creates the folders as defined in the template. In this example, LegalTemplate!123 is the Template_ID that is used as the template. Then use the folder path provided in the Folder_path field to upload the document to the folder in the path. In this example, the document file is uploaded to the Documents folder.

    The following example shows the document is uploaded in the specific folder:

    LR001 (Workspace) > Documents (Folder).

Independent Workspace without a template

AttributeOptional/MandatorySample Values (Manual input)
LibraryOptionalNone
Workspace_typeMandatoryIndependent
Template_IDNot applicableNot applicable
Folder_pathMandatoryDocuments
Shared_workspace_IDNot applicableNot applicable
  • Folder structure: ${number}.
  • How it works: The application creates a Workspace using the value provided in the folder structure field as the workspace name. The application then creates a folder using the Folder_path field information and uploads the document to the last folder.

    The following example shows the document is uploaded in the specific folder:

    LR001 (Workspace) > Documents (Folder).

Parent Topic:Configure an external storage system for legal requests and legal matters