We have 2000 agents and we are using multiskill routing to place calls with agents. One of the biggest problems we are facing is constant maintenance of agent skills. Is there an easier way to maintain all agent skills?
Our sv’s are spending hours everyday reassigning skills between agents. The process is very tedicious and has to be repeated for every person. Isn’t there a better way to do it?
There are some out of the box software packages, applicable as addon’s for Genesys CME.
If you know your SQL, you can set up Queries to update multiple records from the Gensys CME Source Tables (cfg_Agent_Skills>cfg_Person is a good query to start with).
Use MSAccess (via ODBC) to a dB of your choice and set up Update Queries in that.
If you have Siebel 2K, that’s another option.
Mail me direct if you want details of 2 or 3, otherwise 1. should be a web search engine find and 4. may need some local investigations…
As to Tony`s first point do it at you own peril. It seems quite easy to meddle with the config DB and if you do get a problem Genesys, quite rightly, may refuse to support you! On a positive note why not use the Config SDK?
As has been pointed out, making changes to the base Tables is not ideal but it does allow multiple updates. Obviously not an out of the box solution from Genesys and therefore has the potential to invalidate support from them…
Hi. We are using ConfigServer and ConfigManager 7. In Configmanager you now have the Manage Skills wizards to update/manage skills for a selected couple of agents at once. For example you can use the find function to select the desired agents and then call the wizard Manage skills with only a rightclick. I think it’s a great improvement.