Cisco Cisco Unified IP Interactive Voice Response (IVR) 8.0(1) Leaflet

Page of 368
 
Chapter 2      CRS Editor Palette Step Descriptions
General Steps
2-24
Cisco CRS Scripting and Development Series: Volume 2, Editor Step Reference Guide, Release 6.0(1)
 describes the properties of the On Exception Goto customizer window:
Set Step
Use the Set step to change the value of a variable. 
Figure 2-18
Set Customizer Window
The Set step supports type casting (with possible loss of precision) from any 
Number data type (Integer, Float, Long, Double, BigInteger, BigDecimal) to any 
other Number data type. 
Table 2-7
On Exception Goto Properties
Property
Description
Choose the exception from 
the list
Exception that triggers the execution of the step.
Choose the label from the 
list
Label to which the script will branch.
Save root cause (optional)
Cause of the exception, saved in an exception 
object.
The object type must correspond to the type of 
exception being caught or to a base class of that 
exception. If it does not, no warning will be 
generated at design time, but an error will result at 
run time.