Contact actions

Introduction to contact actions in ConSol CM

Contact actions allow execute scripts for contacts. In addition, it is possible to display a form on the contact page or above the detail search in scope of a contact action. They are assigned to persons or companies of customer groups.

Concepts, terms and definitions

Concept

Other terms

Definition

contact

customer, unit

Stakeholder who gave the reason for opening the case; can be either a company or a person.

person

contact

Type of contact on the lower hierarchical level

company

 

Type of contact on the upper hierarchical level

customer group

 

Group of customers with a specific contact model; basis for assigning permissions and determining the available activities and relations

contact model

customer data model

Data model for contacts; contains one or two contact objects which provide further settings

contact form

 

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

action script

 

Script of the type Contact action or Search action for contacts which implements the logic to be executed

Purpose and usage

Contact actions can be either automatically executed when a certain event occurs or be executed manually by a user in the Web Client.

The following types of actions are available:

Manual actions 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”, automatic actions are executed and manual actions are shown in the Web Client.

Users need the permission “Act” for the customer group in order to perform manual and search actions.

Examples for contact actions are actions to update contact data from an external system, or to create a case based on certain parameters which are entered in the action form.

Settings for contact actions

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

Settings for actions forms

For manual and search actions, the Form tab is available. It allows to select a form which should be displayed when executing the action (optional). The following settings are available:

Basic tasks

Using contact actions

Please perform the following steps to use a contact action:

  1. Create a script of the type Contact action or Search action for contacts, 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 Contact condition or Search condition for contacts, 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 contact action on the Contact actions page.

  4. Assign the contact action to a customer group on the Customer groups page, see Customer groups.

Managing contact actions

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

Advanced tasks

Working with contact action scripts

The following scripts are relevant for contact actions:

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