02-06-2023 06:29 AM - edited 02-06-2023 07:09 AM
I have two switch strings in a script for the caller to select the an option. This works but in CUIC reports not all calls show the selected options, there are alot where you see the calls but no selected option and verified the caller did select.
02-06-2023 07:00 AM
Have you been able to identify under what scenarios they don't show up? You used the term CUIS, are you sure that's what you meant?
david
02-06-2023 07:10 AM
No, the script will not flow to next step without selecting an option and its random. I have a TAC case open and they have the logs.
02-06-2023 07:58 AM
Ok, so how about you do this. Have your timeout and unsuccessful branches skip the Set Ent Info step and go to one with the sState variable = "NA". I suspect it's the calls that fail the switch are the ones without data in the DB. And if you do this all calls should have data.
david
02-06-2023 08:40 AM
Ill give that a try.
02-06-2023 11:01 AM
Is it possible to have both variables in one Set Enterprise Call info step instead of the two like I have?
02-06-2023 01:07 PM
02-07-2023 07:07 AM
TAC is telling me I need to have something under timeout and unsuccessful.
02-07-2023 07:45 AM
They are telling you to do something similar to what I mentioned above:
"Ok, so how about you do this. Have your timeout and unsuccessful branches skip the Set Ent Info step and go to one with the sState variable = "NA". I suspect it's the calls that fail the switch are the ones without data in the DB. And if you do this all calls should have data."
Either approach would work.
david
02-07-2023 08:00 AM
What if I use these Go to, so they have to input a code
02-07-2023 08:07 AM
Ok I just did a test I should have done before, I called into the script and entered a number that is not in the switch string and then it just proceeded to the next branch, so thats whats happening callers are entering numbers that dont exit. Need a way to verify and not allow proceeding without a valid input
02-07-2023 09:36 AM
The menu step allows to limit which entries are valid. I guess I'm not fully understanding what you're after now.
david
02-07-2023 10:33 AM
So switch string only goes to 09, with nothing under default you could key in 15 and it would let the caller go to the next step in the script and not report anything on the variable, now I have a go to in the default branch so if one of the defined numbers is not keyed in it will go back to the start of that section for them to key in a number. This has made a difference.
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