Hello guys!
I would like to ask for your advise.
I created an excel VBA macros that every hour automatically launches *.acsup scripts that change agents' AVAYA skills following our call center schedule.
Everything works fine until the script is being launched while the agent is in BUSY staus (on a call). In this case CMS Supervisor opens a pop-up window with the warning message:
"The requested operarion cannot be performed. The request is waiting until the agent is in status of breack or AVAL."
Only after I agree (press OK on the pop-up window) with the warning message the script switch the requested skill as expected. Otherwise the process just hangs waiting for someone to press OK and doesn't switch the skill.
What I need is to prevent the pop-up windows from necessarily being accepted: don't pop-up the windows or just automatically agree with them.
Any ideas on how to solve that?
I would like to ask for your advise.
I created an excel VBA macros that every hour automatically launches *.acsup scripts that change agents' AVAYA skills following our call center schedule.
Everything works fine until the script is being launched while the agent is in BUSY staus (on a call). In this case CMS Supervisor opens a pop-up window with the warning message:
"The requested operarion cannot be performed. The request is waiting until the agent is in status of breack or AVAL."
Only after I agree (press OK on the pop-up window) with the warning message the script switch the requested skill as expected. Otherwise the process just hangs waiting for someone to press OK and doesn't switch the skill.
What I need is to prevent the pop-up windows from necessarily being accepted: don't pop-up the windows or just automatically agree with them.
Any ideas on how to solve that?
Comment