Question
RBC
CA
Last activity: 29 Mar 2017 17:13 EDT
Popup applications that trigger a user to interrupt an RDA process.
If I have and RDA process running on a machine being used by employee who perform call agent duties, there are interuptions that can occur due to calls that appear on the machine, and/or skype messages, etc..
How can I prevent a user from interrupting a process midway, through a user mouse click, focus switching, or popup from process-external applications (like skype, outlook, etc..)
I have asked if users can change the natural behavior to ignoring popup applications, but this is unrealistic for a call agent to not pay attention to popup for a call..
Any information is appreciated..
Rob
Rob,
If you don't use SendKeys to interact with applications the automations will be less susceptible to interruption due to loss of focus. However, if you are fighting with the user over the same application there isn't a lot you can do. I have seen some cases where a transparent window is placed over the screen and made topmost. This allows the user to see what is happening but not click into the screen. This will prevent the user from interrupting the automation but can have cause them to feel that the automation is preventing them from working. The best solution usually involves designing the automation around the user's workflow - for instance if a call comes in assist the user to answer the call and give them the option to cancel the automation or allow it to continue.
Jeff