Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following scripts are included with Data Uploader out of the box @ at C:\Program Files (x86)\Prosperoware\CAM\Data Uploader\scripts or are other use case scripts from our implementation team. If you are working with the Litera Professional Services team, they have additional scripts that can be utilized.

Data Uploader uses an SQL file to read data from your billing system and create and update workspaces. In order for For Data Uploader to make sense of this data, you must edit the SQL file so that the client and matter information is mapped to fields recognized by CAM. Once that has been completed, you can run the Data Uploader, which performs the following actions:

  1. The query contained in the SQL file is executed on the database specified in your Data Uploader connection string.

  2. The Data Uploader compares the result set with the data in the configured external system.

  3. If a client/ matter number in your billing database does not exist in the configured external system, Data Uploader adds a Create Workspace job to CAM's Job queue.

  4. If a client matter number in your billing database matches that of an existing workspace, Data Uploader compares the metadata obtained from the billing system with that of the workspace; if any discrepancies are found, Data Uploader adds a Modify Workspace job to CAM's Job queue.

  5. CAM then processes the jobs placed in the queue and applies the changes to the configured external system.

Script Name

Description

File(s)

MatterInput

Imports Matters, clients, and metadata attached to the matters or clients.

View file
nameMatterInput.txt
View file
nameMatterInput2.sql
View file
nameMatterInput3.sql

UsersGroupInput

Imports users or groups (add in your database columns and tables accordingly).

View file
nameUserGroupInput.sql

BillingActivities

Creates MyMatters based on users' billing activity. Included with Milan.

If a Milan customer, use your Milan script.

AddtoMyMatters iManage

Creates my matters shortcuts by the user.

View file
nameAddtoMyMattersiManage.sql

CreateOrModifyOffice365Group

Allows for the setup of Office365 groups.

View file
nameCreateOrModifyOffice365Group.SQL

CreateOrModifyWorkspacewFullMetadata iManage

Allows provisioning with iManage workspaces, metadata, and shortcuts.

View file
nameCreateOrModifyWorkspaceWFullMetadataNShortcuts_iManage.SQL

CreateOrUpdateFolder_iManageOrNetDocs

Allows provisioning folders from iManage or NetDocuments.

View file
nameCreateOrUpdateFolder_iManageOrNetDocs.SQL

CreateOrUpdateMetadata_CAMiManageNetDocs

Provisions metadata in CAM for iManage and NetDocuments.

View file
nameCreateOrUpdateMetadata_CAMiManageNetDocs.SQL

CreateOrUpdateSharepointSite

Provisions sharepoint sites.

View file
nameCreateOrUpdateSharepointSite.SQL

CreateOrUpdateTeamOrChannel

Provisions Teams or Channels in Microsoft Teams.

View file
nameCreateOrUpdateTeamOrChannel.SQL

CreateOrUpdateUserOrGroup

Provisions groups and users and security.

View file
nameCreateOrUpdateUserOrGroup.SQL

CreateOrUpdateWorkspace

Provisions workspaces.

View file
nameCreateOrUpdateWorkspace.SQL

CreateTabUnderChannel

Creates tabs within channels for Microsoft Teams.

View file
nameCreateTabUnderChannel.SQL

DeleteEmptyFolders_iManageOrNetDocs

Allows deletion of empty folders for iManage and Netdocuments external systems.

View file
nameDeleteEmptyFolders_iManageOrNetDocs.SQL

DeleteWorkspace_iManage

Allows iManage workspaces to be deleted.

View file
nameDeleteWorkspace_iManage.SQL

RegionOfficeSecurity

Sets regional office-based security.

View file
nameRegionOfficeSecurity.sql

...