Customize Zaak- and Documentidentificatie Formatting
ZDS(Zaak- en Documentservices) applications usually send a genereerZaakIdentificatie or genereerDocumentIdentificatie request to ZaakBrug that is later used to create a new case or document.
The formatting of these generated identifiers is highly customizable.
The properties zaakbrug.zgw.zaak-identificatie-template and zaakbrug.zgw.document-identificatie-template can be configured to specify how the zaak- and documentidentificatie should be generated and formatted.
The syntax for variable substitution is as follows '{[variable-name][:formatting-string]}'
| Variable | Description |
|---|---|
| id | Auto-incrementing identifier with 'D' as formatting option, indicating the amount of digits. Example: {id:D5} with id-123 will result in '00123'. |
| datetime | The current date and time with '[Y]' as formatting option, according to XSLT datetime formatting. Examples:
|
Refer to How To Set Or Override Properties for more information on how to set or override properties for your environment.