Genesys CTI User Forum
Genesys CTI User Forum => Genesys-related Development => Topic started by: fabio.meschini on March 18, 2015, 06:58:55 PM
-
Hi all,
I need to implement a preview of the agents returned by the evaluation of a skill expression. Can anyone can help me to find the correct psdk API to use, if any, to develop this requirement? ???
thank you in advance,
bye,
Fabio
-
You can create views on CCpulse for that group of agents, of course, a virtual group of agents.
With that same idea using Psdk would be just to monitor that agent group.
-
Hi
Depending from what you want to achieve.
Creating VAG you will have dependency to configuration. I thing it makes sense to use config PSDK and read content of VAG. You will get list of Persons.
Easy but you have to know agent group names.
If you don't want to have dependency from configuration, you can perform config server PSDK "RequestReadObjects" and get all Persons in event "EventObjectsRead".
Then locally check skills of agents one by one.
Anyway I would use config server PSDK for that.
Regards
Robert
-
In case, when you want to use PSDK, it is better (from my point of view) to use CfgQueries
-
Yes working with Aplication blocks may make life easier. You will have set of predefined queries to use.