10-21-2014 08:53 AM - edited 03-17-2019 12:37 AM
Good morning everyone,
I'm going to be doing a cutover and I want to test the call center, but I don't want to edit my scripts for new hours. How can I force the script open and then close it again? Isn't it as simple as checking the box and typing false? Thanks everyone!
10-21-2014 09:41 AM
Hi Will.
Usually Open / Closed time is defined at script level.
If it was defined as variable, you can go on UCCX on Application Management and modify there the time.
Look at the script and see how the time variable has been defined.
HTH
Regards
Carlo
10-21-2014 11:30 AM
10-21-2014 12:30 PM
Hi Will.
From that screenshot, I can see that you can only force a close not an open.
I suspect that, in this case, you have to modify the script by changing values in Time step.
After that, remember to update the application.
If you can, post the script so that I can see if there is an option to let you to change the Open time without modify the script.
Regards
Carlo
10-23-2014 06:06 AM
10-23-2014 06:18 AM
Hi Will.
If you want, for next times you need, you can add a String variable (with Parameter flagged) in the script EG. ForceOpen.
Before the time check you can add a "SET" step EG- set ForceOpen = 0
Than add an IF step EG if ForceOpen = 1 goto Open.
Flagging "Parameter" option in string variable, You'll be able to modify this value under application configuration.
HTH
Carlo
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