Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tags

DCM, DCM 2.0, Dynamic Case management

Type of accelerator

A quick start for a Dynamic case management (DCM) project

How to get

DocumentsExampleDCM_20_Foundation_4_9_6.package.zip (latest version)

CompatibilityBlueriq 15.0 and higher

Description

Configuration

Model configuration

The package can be loaded in a new or existing repository. After loading errors will occur, since some of the projects should be internal libraries. Edit the project structure for the projects below, ang check the "is library" option.

  • Basis_Proces

  • Basis_Zaak

  • Basis_ZaakDomeinMetadata

  • Globals

Also the AquimaLibraries need to be imported (one of the default packages to import from Studio).

After performing the steps above, the model should not have any validation errors anymore.

Property configuration

The Main_Dashboard project relies on external flows to start any case type. One casetype case type is included in the package ZaakType_A and needs to be configured. The minimal settings need one external flow to be configured, and one shortcut. Example configuration.

The external flow from Case Type A starts a shortcut:

Code Block
titleapplication-external-flow.properties
blueriq.connection.start_ZaakType_A.external-flow.shortcut-name=ZaakType_A

The shortcut definition:

Code Block
titleapplication.properties
blueriq.shortcut.ZaakType_A.flow=StartExternalFlow
blueriq.shortcut.ZaakType_A.languageCode=nl-NL
blueriq.shortcut.ZaakType_A.project=studio-DCMFoundation-ZaakType_A
blueriq.shortcut.ZaakType_A.theme=material
blueriq.shortcut.ZaakType_A.ui=angular
blueriq.shortcut.ZaakType_A.version=0.0-V4_9_6

The startflow of the Main Dashboard project depends on two different roles to login: Aanvrager and Behandelaar. When using basic authentication, sample users could be:

Code Block
titleusers.properties
aanvrager={noop}1,Aanvrager
behandelaar={noop}1,Behandelaar

Version History

ChangesVersionCompatibilityPackage
First working version for DCM beta version
15
4.
0
9.
0
6BQ 15.0 and updownload