01-29-2013 07:59 AM - edited 03-14-2019 11:10 AM
If you have an Agent name, what is the fastest way to locate what Team and Q they are a member of?
Solved! Go to Solution.
01-29-2013 08:54 AM
You want to go to Subsystem -> RmCm -> Resources. That will show you their assigned skills as well as team.
If you want to see what agents are assigned to a specific queue, you can go RmCm -> Contact Service Queues. From there choose the queue and when it comes up, click on Open Printable Report across the top.
01-29-2013 08:01 AM
Query the user in CCX App Admin.
01-29-2013 08:35 AM
Andrew dont mean to be dense, but when I go to user management it only shows their capability, not there membership?
01-29-2013 08:54 AM
You want to go to Subsystem -> RmCm -> Resources. That will show you their assigned skills as well as team.
If you want to see what agents are assigned to a specific queue, you can go RmCm -> Contact Service Queues. From there choose the queue and when it comes up, click on Open Printable Report across the top.
01-29-2013 09:13 AM
This is all correct, I was hoping for a more inclusive report. Search for Agent ID and see all of this ono one screen, this is to much hunting around. If you have 50 or more Q's, this is really cumbersom to open each and hunt to see if your Agent is a member! You are correct however. Thanks -
01-30-2013 12:14 AM
Hi
This is what I use for migrating systems - connect to CCX with Putty, log printable output to text, and squirt this command in:
run uccx sql db_cra select s.skillname, rsm.competencelevel, r.resourceLoginID, r.extension, r.resourceFirstName, r.ResourceLastName,t.teamname from skill s inner join resourceskillmapping rsm on s.skillid = rsm.skillid inner join resource r on rsm.resourceskillmapid = r.resourceskillmapid join team t on r.assignedteamid = t.teamid where s.active = 't' and r.active = 't' order by s.skillname, competencelevel, resourceloginid
You can then load that into Excel or whatever you like.
Aaron
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