# Soluno plugin
Integrates Soluno (opens new window) legal practice management system with the Epona provisioning service. The plugin periodically syncs matters and contacts from Soluno to SharePoint.
DLL: Epona.Soluno.dll
# What it does
- Matter sync — reads matters from Soluno and creates or updates corresponding records in SharePoint.
- Contact sync — reads contacts and associates them with matters and clients.
- Field mapping — maps Soluno fields to SharePoint properties.
# Deployment
- Copy
Epona.Soluno.dllto the service's bin directory. - Restart the provisioning service.
- Open the Configurator, select the relevant
SharepointCfg, and configure the Soluno section that now appears in the property grid.
# Configuration reference
# Connection settings
# Name
Type: string | Default: Soluno
Display name for this plugin configuration.
# Disabled
Type: boolean | Default: false
Set to true to disable this configuration without removing it.
# Url
Type: string
Base URL of your Soluno instance.
# ApiKey
Type: string
Soluno API key. Stored encrypted. Managed via Secrets manager.
# Username
Type: string
Soluno username for authentication.
# Password
Type: string
Soluno password. Stored encrypted. Managed via Secrets manager.
# Scheduling
# IntervalInMinutes
Type: integer
How often the sync job runs.
# StartTime
Type: TimeSpan
Earliest time of day the job may run. Leave empty to run at any time.
# EndTime
Type: TimeSpan
Latest time of day the job may run. Leave empty to run at any time.
# Field mapping
# MatterCodeField
Type: string
Soluno field containing the matter code.
# MatterNameField
Type: string
Soluno field containing the matter name.
# ClientCodeField
Type: string
Soluno field containing the client code.
# ClientNameField
Type: string
Soluno field containing the client name.
# MatterFieldMapping
Type: string
Maps Soluno fields to SharePoint. Syntax: sharepointField=solunoField;.
# ClientFieldMapping
Type: string
Maps Soluno client fields to SharePoint. Same syntax.
# Filtering
# MatterFilter
Type: string
Filters to apply when reading matters.
# Debugging
# Debug
Type: boolean | Default: false
Enables verbose debug logging.
# Example configuration
| Property | Example value |
|---|---|
Name | Soluno |
Url | https://api.soluno.nl/ |
Username | api-user |
MatterCodeField | code |
MatterNameField | name |
ClientCodeField | clientid |
ClientNameField | clientname |
MatterFieldMapping | Responsible=responsible_person;Status=status |
IntervalInMinutes | 30 |
Debug | false |
# Related
- Configuration reference — provisioning configuration reference
- Plugins index — list of available plugins