For the complete documentation index, see llms.txt. This page is also available as Markdown.

Zaakdetail sync

Zaakdetail sync allows case data to be automatically sent to the Objecten API. When enabled, changes to a case are reflected in the configured object management configuration.

Configuring zaakdetail sync

Navigate to Admin > Cases > {Case name} > [ZGW] > [Zaakdetail sync] to configure the synchronization settings. Select the object management configuration and enable or disable the sync.

Zaakdetail sync configuration can be loaded via auto-deployment. To do so, create a JSON file under the following path:

*/resources/config/case/{case-definition-key}/{version-tag}/zgw/zaakdetail-sync/

The file name should end with .zaakdetail-sync.json (e.g. my-case.zaakdetail-sync.json).

my-case.zaakdetail-sync.json
{
    "objectManagementConfigurationId": "29400564-d25f-491c-abb2-afc42894ac9d",
    "enabled": true
}
Property
Description

objectManagementConfigurationId

The UUID of the object management configuration to sync with.

enabled

Whether the sync is enabled (true) or disabled (false).

Last updated