System Properties

Introduction

In the navigation item System Properties in the navigation group System, you can add, modify, or delete system settings, so called system properties, for the ConSol CM application. System properties are used to store, for example, values for the number of seconds for a session timeout, for admin email addresses, or for the configuration of the search page size.

DO NOT WORK ON THIS NAVIGATION ITEM UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING !!!

On this page, you have access to basic system settings called system properties.

Do not modify, edit, or delete any values of system properties unless you know exactly what the impact will be.

System Property Overview

A system property has the following parameters:

The system properties are managed in a table where three of the system property parameters are displayed as columns:

You can sort the table according to a column by clicking on the column header. Another click reverses the order.

The following example shows the pop-up menu which is used to set a system property, here cmas-core-server, server.session.timeout. You reach this screen by opening the navigation group System, the navigation item System Properties and by selecting the property in edit mode.

Figure 411: ConSol CM Admin Tool - System, System Properties: Editing one system property

Setting System Properties

The values for system properties are set in different ways. System properties can be ...

Programming with System Properties

To use a system property in a Groovy script, i.e., to retrieve the system property's value, use the following class and method:

For example, to retrieve a specific escalation time, use:

def mytime = configurationService.getValue("custom-servicedesk","escalation.time.medium2")

This will retrieve the value 10.

Figure 412: ConSol CM Admin Tool - System, System Properties: Customer-specific system property