Configuration

Home » Developer Support » Configuration

Activiti Integration

This document shows how to write a new Activiti business process and how to integrate it into ArkCase. Activiti business processes are based on the Business Process Modeling Notation (BPMN) standard.  ArkCase does use Alfresco’s extensions to this standard.  For...

Configure Search Facets

Steps to configure the Search Facets: Note: Faceting is done on indexed values. 1. All of the search facets are defined in the config file “.arkcase/acm/searchPlugin.properties”, see below: 2. The structure of the facet is the following:...

Configure the User Interface

Extend the User Interface  To extend a view in ArkCase Core please follow the below steps: 1. Copy the html view that you want to change/extend under: “src/main/resources/META-INF/resources/resources/custom_modules/$module_name$/views/components”. For example,...

Extending the Case Object History Table Events

Steps to Extend the Case Object History Table Events in ArkCase There is a possibility to make changes to the events in the History Table. Changes can be of two types, adding a new event that is not shown or deleting existing events from the History Event Table. To...

Extending the Data Model

Steps to extend the Data Model in ArkCase To extend a model with additional properties please follow the below steps: 1. First, find and select the entity class which you want to extend, must be designed/support extending. If the below design is not implemented you...