- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2012
03:18 AM
- last edited on
03-25-2019
07:20 PM
by
ciscomoderator
Hi,
I have a holiday checker script which reads the current days date and compares against dates in an XML file, it then populates a boolean value with True or False (depending on if it has a match).
I would like to them populate a string (or otherwise) value in another script with the value of the boolean value from the holiday checking script, so I can then play an appropriate prompt or route elsewhere.
I've been looking at the Trigger Application and Get Trigger Info steps however I can't successfully enter in a new variable or work out how to populate between the scripts.
Does anyone have any examples of this working or can point me in the right direction.
Thanks,
Ash
Solved! Go to Solution.
- Labels:
-
Other Contact Center
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2012 06:33 AM
You pass it via the "Call Subflow" script with Input and Output Mappings tabs where you enter the varaible you want to pass in and out. See below:
HTH,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2012 06:33 AM
You pass it via the "Call Subflow" script with Input and Output Mappings tabs where you enter the varaible you want to pass in and out. See below:
HTH,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2012 08:37 AM
Thanks Chris, that worked perfectly!!
