You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.

Tags

DCM, DCM 2.0, Dynamic Case management

Type of accelerator

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

How to get
CompatibilityBlueriq 15.11 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 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:

application-external-flow.properties
blueriq.connection.start_ZaakType_A.external-flow.shortcut-name=ZaakType_A

The shortcut definition:

application.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_10

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:

users.properties
aanvrager={noop}Aanvrager,Aanvrager
behandelaar={noop}Behandelaar,Behandelaar

Note, the beta installation script described on DCM 2.0 beta installation configures most settings for you. Most likely the only change to make is the shortcut, which should point to your studio model (repository/branch/project).

With version 4.9.11, the studio also needs to be updated as there are some changes in the studio defintion

Version History

ChangesVersion

Compatibility minimal

Blueriq version

Package
  • updated DCM containers and services
  • deleted processid from the Blueriq model, replacing it by a caseId, also removed aggregate references from the model
  • Rebuild all lists with caselists
  • Updated StartCase
  • Replaced aggregate reads by ReadCase service
  • Replaced menu buttons by a widget (list of possible case-types)
4.9.1115.13 download
  • updated to work with the new version of DCM_CaseCreate service
  • merged intake and implementation module, so only one process datamapping is needed, and the structure is less complex
  • deleted unnecessary value list case-type from MainDashboard
  • deleted unused ERD's
  • Changed inputs of Statistics container from Date to DateTime
  • Updated Baars GetCase with new information (whether the reminder has been sent already)
4.9.1015.11download
  • added statistics based on the static instances of case types
  • improved dashboard flow (readability)
  • deleted broken entity-relation-diagram
4.9.915.8download
  • some namechanges, tidying up to comply at BMA rules.
  • Webservice endpoint added for setting the involvement of an employee
  • Webservices to search cases first count, and then retrieves
  • MainDashboard changed, each case type consists of a static instance of "ZaakType",
    adding such an instance + shortcut is enough to add a case type to the dashboard
4.9.815.2download
  • migrate to the latest version of the AquimaLibraries, DCM_ services require a process id's from this version on
  • audit logging attributes moved to dedicated entity in the model
  • audit logging, retrieve taskname at the start of a task
4.9.715.1download

First working version for DCM beta version

  • Statistics work with Case Type A
  • BMA checks processed
  • Aquima Libraries compatible with BQ 15.0
  • Sample archiving step added, after archiving, the case will be closed and deleted as default
  • Blueriq logo (GIF) adjusted to work with the new document renderer
  • Project structure altered, separate module for dossier, metadata and process domain
4.9.615.0download