How To Map a Script Variable to a Subscript Variable
You can also map variables you define for your script to variables you define in a subflow. A subflow can use and manipulate a variable, then return the data that is stored in the variable to the primary script.
Scripts cannot share variables with other scripts, except in the case of default scripts, in which the primary script automatically transfers the values of its variables to a default script.
You can also map a local variable to a Web cookie, an environment variable, and HTTP header, a keyword, or a Cisco Unified CCX application parameter. See the description of the Keyword Transform Document step for how to map a variable to a keyword. See the description of the of the Set Http Contact Info step for how to map a Web cookie, and see the description of the Get Http Contact Info step for how to map an environment variable, an HTTP header, and a Cisco Unified CCX application parameter.
Note | For complete details on using variables in scripts, see the Cisco Unified CCX Scripting and Development Series: Volume 3, Expression Language Reference. |