Integrates CaseControl(opens new window) (by Finchamps) with the Epona provisioning service. The plugin periodically syncs matters from CaseControl to SharePoint and, when a matter is first created in SharePoint, imports the associated documents, emails, and correspondence from CaseControl into the matter document library.
Matter sync — reads matters from the CaseControl REST API and creates or updates corresponding records in SharePoint on a configurable schedule.
Field mapping — maps CaseControl matter fields to SharePoint properties using configurable expressions and key-value mapping syntax.
Locale translation — resolves locale-based IDs (case status, case type, communication channel) to their translated text values automatically.
Responsible employee — looks up the email address of the responsible case owner from the CaseControl employee/user directory.
Post handler — when a matter is first created in SharePoint, fetches and uploads the case's documents, inbox emails, and correspondence items (letters, emails, plain text) to the matter document library.
The post handler runs automatically after a matter is first created in SharePoint. It fetches the case's documents, inbox emails, and correspondence from CaseControl and uploads them to the matter's document library.
Property
Configurator label
Type
Default
Description
Enabled
Enabled
boolean
false
Set to true to enable the post handler. When disabled, no files are imported on matter creation.
DocumentTargetFolder
Document SharePoint Target Folder
string
—
Relative path within the matter document library where case documents and text/letter correspondence are uploaded (e.g. Documents). Required when post handler is enabled.
EmailTargetFolder
Email SharePoint Target Folder
string
—
Relative path within the matter document library where email messages (.msg) are uploaded (e.g. Emails). Required when post handler is enabled.
What is imported by the post handler:
Source
Format
Target folder
Case documents
Original file
DocumentTargetFolder
Inbox emails
.msg
EmailTargetFolder
Correspondence — email channel
.msg
EmailTargetFolder
Correspondence — letter channel
.docx (HTML body converted)
DocumentTargetFolder
Correspondence — other channels
.txt (plain text body)
DocumentTargetFolder
Files are not re-uploaded if a file with the same name already exists in the target folder.
When enabled, moves exported JSON to a Test subdirectory and skips updating the last-run timestamp. Use to validate field mappings without modifying sync state.