ConcourseSuite Support

Support
Corporate
PUBLIC PROFILE

Rules Engine Customization

Collaboration in Centric CRM is typically achieved through Action Plans, Assignments, Ownership and Workflows.

Every time a user inserts, updates, or deletes data in Centric CRM, a component-based multi-threaded rules engine is triggered. Events are handled in the background exposing the object before and after it was modified. This can be used for creating an account history item for the selected object, executing a workflow, indexing data, and more, allowing complete customization of an Organization's business processes.

Example Workflow

The following default process occurs every time a ticket is inserted or updated in Centric CRM. The workflow is designed using Centric CRM Action Components and Condition Components. These components are included with Centric CRM. Developers can completely modify this workflow, and others, by changing rules, properties and adding custom components to do just about anything.

Workflow - Ticket Example.png

See Creating Workflows to understand the terminology and construction of a workflow and its components. When designing a workflow, it's often best to start with a diagramming tool and create visual flowcharts of the Organization's processes.

Deploying a workflow

Deploying a Workflow using existing Workflow Components:

  1. Provide the workflow.xml file to a Centric CRM administrator
  2. The administrator navigates to the Admin module, then chooses Configure System, then chooses Business Process Management
  3. The administration then uploads the new workflow, optionally replacing any existing workflows -- the default will append the workflows
  4. A success message indicates the processes were added

Deploying a Workflow using new components:

  1. Package up the custom workflow components into a .jar
  2. Copy the .jar into Centric CRM's fileLibrary for backup (a future update will automate deploying these)
  3. Copy the .jar into Centric CRM's webapp/WEB-INF/lib directory
  4. Restart the Web Application Server
  5. Register the custom components with the Centric CRM database (to be documented)
  6. Provide the workflow.xml file to a Centric CRM administrator
  7. The administrator navigates to the Admin module, then chooses Configure System, then chooses Business Process Management
  8. The administration then uploads the new workflow, optionally replacing any existing workflows -- the default will append the workflows
  9. A success message indicates the processes were added

Sign in to add your comment.