Create Parameters

To create a parameter:

  1. Navigate to Call Flow > Parameters.

By default, CONDUCTOR displays all the parameters configured on your system, and you can filter the list by entering the search criteria in the Search Parameters field.

View Parameters

  1. Click the  Add Parameter button.
  2. In the window that is displayed, enter the details.

Add a Parameter

The fields are described in the table below.

Field or Option

Description

Name

Enter a meaningful name for the parameter. The name must be unique.

Description

Enter a description for the parameter.

Type

Select the parameter type.

Note: you are not able to change the parameter type after you have saved it, so you will need to delete the parameter and add it again with the correct type.

The example above shows a parameter of type Boolean which provides two options, True and False. The Enumeration and Percentage Split parameter types have additional fields which are described below.

See also, Example of Parameter Configuration.

Default Value

Provide a default value for the parameter. This is the value that will be used by default by the services to which the parameter is assigned.

You can set a new default value for all parameter types when you edit the parameter properties.

With the exception of percentage split parameters, you can:

Note: to reset percentage split parameters to their current default value for individual services in the Command Centre, you must do so manually.

  1. To save the parameter, click the Add Parameter button at the bottom of the window.

Enumeration Parameters

Enumeration parameters allow you the user to choose from a number of options, each of which has a name and a value.

  1. Click the Type drop-down list and select ‘Enumeration’.

Enumeration Parameter

  1. In the Enumeration Type drop-down list, select the enumeration type. (This is the Type of the Value you enter in step 3). In this example, the Integer data type is used to specify the value at which overflow routing in a power outage is initiated. Other available data types are String and Float.

Select enumeration type

  1. To add an enumeration option, enter a name and value into the fields that are displayed, and click the Add Option button.

Add an Option

  1. To create additional options, click the  Add new option button and repeat step 3 for each new option.

Add Additional Options

Note: if you want to change the Enumeration Type, you will need to delete any existing options by clicking the Delete  button next to them.

  1. In the Default Value field, select the parameter's default option.
  2. To save the parameter, click the Add Parameter button at the bottom of the window.

Percentage Split Parameters

Percentage split parameters distribute communications according to percentage weightings. They have options, each of which has an output type, for example a string. You specify the default value of the parameter here and add further values when you are configuring the parameter in the Command Centre

Percentage split

  1. At the Type field, select 'Percentage Split'.
  2. At the Output Type field, select the output type. The available types are Integer, String, Boolean, Float, Enumeration, Queue, Menu, Announcement, Time Schedule, Service, and Media Group.

Note: if you select 'Enumeration', a Parameter field is displayed, and you need to have previously configured at least one enumeration parameter for selection here.

  1. At the Default Value field, enter or select the parameter's default value.

See Assign a Menu to a Service for an example of a percentage split parameter configured with the Menu data type.

See also, Examples of Parameter Configuration.