Search actions for cases

Introduction to search actions for cases in ConSol CM

Search actions allow execute scripts for cases found in a detail search. In addition, it is possible to display a form above the detail search.

Concepts, terms and definitions

Concept

Other terms

Definition

case

ticket

Request of the contact which the users works on in the Web Client

search form

 

Form which is displayed on the top of the page when executing a search action

action script

 

Script of the type Search action for cases which implements the logic to be executed

Purpose and usage

Search actions can be executed manually by a user in the Web Client. They are shown in the Activities box in the upper right corner of the Web Client. Search actions apply to the checked results of the Cases tab of the detail search. They can include a form, which is displayed at the top of the page and needs to be filled out to perform the action.

The availability of the action can be determined by script. If the condition script returns “true” the action is shown in the Web Client after performing a detail search.

Users need the permission “Act” for the queue of the cases in order to perform search actions.

Examples for search actions are actions to set a certain value in all the cases found by the search, or to link the cases to the resource selected in the action form.

Settings for search actions

The following settings are available for search actions in the Basic tab.

Settings for actions forms

The Form tab allows to select a form which should be displayed when executing the action (optional). The following settings are available:

Basic tasks

Using search actions

Please perform the following steps to use a search action:

  1. Create a script of the type Search action for cases, see Action scripts. This can be done either on the Scripts page or by entering the desired name in the Action script selector and choosing the create option.

  2. If needed, create a script of the type Search condition for cases, see Action scripts. This can be done either on the Scripts page or by entering the desired name in the Condition script selector and choosing the create option.

  3. Create a search action on the Search actions page.

Managing search actions

Search actions are managed on the Search actions page of the Web Admin Suite. The following actions are available:

Advanced tasks

Working with search action scripts

The following scripts are relevant for search actions:

You can find details about programming action scripts in Action scripts.