
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2013 12:34 AM - edited 03-14-2019 12:10 PM
Hi,
How can i check value of some variable during reactive debugging of UCCX script, i have called web service in my script and now i want to check the result.
can i add some command that will display value of variable in some console. Thanks
Solved! Go to Solution.
- Labels:
-
Other Contact Center
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2013 05:58 AM
The variables, with their current values, are displayed in the lower-left corner of the editor. These update as steps complete and you can even manually change a value if you want to see what the impact would be.
Please remember to rate helpful responses and identify helpful or correct answers.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2013 05:58 AM
The variables, with their current values, are displayed in the lower-left corner of the editor. These update as steps complete and you can even manually change a value if you want to see what the impact would be.
Please remember to rate helpful responses and identify helpful or correct answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2013 02:42 PM
Thanks Jonathan...
