# Datev plugin
Integrates DATEV (opens new window) accounting and business management system with the Epona provisioning service. The plugin periodically syncs matters and clients from DATEV to SharePoint.
DLL: Epona.Datev.dll
# What it does
- Matter sync — reads matters/mandates from DATEV and creates or updates corresponding records in SharePoint.
- Client sync — reads clients and creates or updates client records in SharePoint.
- Field mapping — maps DATEV fields to SharePoint properties.
# Deployment
- Copy
Epona.Datev.dllto the service's bin directory. - Restart the provisioning service.
- Open the Configurator, select the relevant
SharepointCfg, and configure the Datev section that now appears in the property grid.
# Configuration reference
# Connection settings
# Name
Type: string | Default: Datev
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 DATEV API instance.
# ApiKey
Type: string
DATEV API key. 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
DATEV field containing the mandate/matter code.
# MatterNameField
Type: string
DATEV field containing the mandate name.
# ClientCodeField
Type: string
DATEV field containing the client/creditor code.
# ClientNameField
Type: string
DATEV field containing the client name.
# MatterFieldMapping
Type: string
Maps DATEV fields to SharePoint. Syntax: sharepointField=datevField;.
# ClientFieldMapping
Type: string
Maps DATEV client fields to SharePoint. Same syntax.
# Filtering
# MatterFilter
Type: string
Filters to apply when reading mandates.
# ClientFilter
Type: string
Filters to apply when reading clients.
# Debugging
# Debug
Type: boolean | Default: false
Enables verbose debug logging.
# Example configuration
| Property | Example value |
|---|---|
Name | Datev |
Url | https://api.datev.de/ |
MatterCodeField | mandateid |
MatterNameField | mandatename |
ClientCodeField | creditorid |
ClientNameField | creditorname |
MatterFieldMapping | Status=status;Responsible=responsible_user |
IntervalInMinutes | 60 |
Debug | false |
# Related
- Configuration reference — provisioning configuration reference
- Plugins index — list of available plugins