Where-Equals - Nortel Meridian Meridian 1 Scripting Manual

Contact center manager
Hide thumbs Also See for Meridian Meridian 1:
Table of Contents

Advertisement

Advanced script commands

WHERE-EQUALS

Use the WHERE-EQUALS command to test for a condition that can have more
than one result. You can use this command, for example, to replace several IF-
THEN-ELSE commands that check for the same condition. The parameter
value_expr (the condition for which you are testing) is evaluated first, and then
different statements are executed, depending on the value of the parameter.
Possible results include advancing to another command, running another script,
or terminating the execution of the script. Use the DEFAULT clause, which is
optional, to specify a command to use when none of the results are possible.
After finishing the statements in the applicable VALUE clause, the script leaves
the WHERE-EQUALS command and continues executing the next command
after the END WHERE command (unless the statements transfer the call to
another script).
Script syntax
WHERE
VALUE
VALUE
VALUE
DEFAULT:
END WHERE
Parameters
Enter information for the following parameters:
<value_expr>
replace this parameter with an item, an intrinsic (such as CDN, DNIS, or
CLID), or a formula. If you use a variable in this parameter, it must be of
type Item.
260
EQUALS
<value_expr>
<value_1>: <statements>
<value_2>: < statements>
<value_3>: <statements>
<statements>
The expression that you want the script to evaluate. You can
Standard 8.04
Contact Center Manager

Advertisement

Table of Contents
loading

Table of Contents