08-17-2017 12:16 AM - edited 03-17-2019 11:01 AM
Hi,
I am rather new in UCCX world especially in scripting, I have just created a basic script with a Hidden Sub Flow to another script which allows caller to enter their mobile number and then save it in a Document.
Now, I want to know how can we do the call redirect the mobile number which been saved in the .txt document?
Currently, as a workaround I created a variable Mobile1 and set a fix value (Please refer to attachment) but we're looking for a more flexible setup whereby call will be redirect to the last updated number in the document.
Please advice.
Thanks, Hidzwan
Document Name = Mobile_Number.txt
90060176065415
08-17-2017 03:12 AM
Rather than giving it a static value, simply pull the number from document that exist in subflow script and store it on some variable in local/original script. Then use Set step to map a string variable let's say NumberToCall to that variable you pulled from other script. then in Call Redirect step choose the NumberToCall variable under Destination
Set NumberToCall = "name of variable" storing the value of callback number"
Regards
Deepak
08-17-2017 07:15 PM
Thanks Deepak,
Could you show some example of the coding on how to store the number in document into a variable? Sorry I am very raw in the scripting.
Regards,
Hidzwan
08-21-2017 10:38 PM
Hi Deepak,
Below is my get Number script, how can i store the value enter to the sub path Mobile1 in the MobileNumber.xml document?
EnterMobileNo.aef
MobileNumber.xml
Redirect function in the Main Script, how can I pull the value of Mobile1 in MobileNumber.xml?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide