Set command

Last Updated : Jan 15, 2017 |

The following syntax rules apply when you use vector variables with the set command:

set [variables, digits] = [operand1] [operator] [operand2]

The following fields can consist of vector variables.

Field

Allows the following vector variables

Variables

User-assigned A-Z or AA-ZZ collect type vector variable. The collect variable type can be global, local, or local persistent. Only collect variables can be assigned to by the set command. Others variable types can be used as the operands but cannot be assigned a value.

Operand1

  • User-assigned A-Z or AA-ZZ collect vector variable. The collect variable type can be either global, local, or local persistent.

  • System-assigned A-Z or AA-ZZ vector variables such as ani, asaiuui, and doy.

    From Avaya Aura® Call Center Elite 7.1 onwards, you can use the set command to set an asaiuui variable to the last agent login ID in a VRD vector. You can achieve this by adding the asaiuui variable to the left of the = operand and the agent variable to the right of the = operand, with the SEL operator and the length specified as operand2.

Operand2