09-03-2015 04:37 AM
Hello,
I was wondering if it possible to get the skill group name for which the call arrieved to the Finesse desktop.
I am using Cisco Finesse v10.6(1).
BR,
Anton
Solved! Go to Solution.
09-03-2015 08:55 AM
We don't pass the SG name through the Finesse API to the desktop. We are looking to add this feature after our 11.0 release.
09-03-2015 08:55 AM
We don't pass the SG name through the Finesse API to the desktop. We are looking to add this feature after our 11.0 release.
10-05-2016 09:29 AM
Hi,
We are moving a UCCE solution from CTIOS to Finesse and need to easily show call data such as calltype and skillgroup on the finesse window when the call arrives at the agent. I cant see a way of doing this but your reply to this thread indicated that at least some of the call data from UCCE would be passed to the finesse in version 11. has that happened yet? either way can you direct me to a method to display the data for the current call such as the skillgroup its been routed to?
10-05-2016 02:07 PM
Hi,
Unfortunately the skill group and calltype on the finesse window was not added in Finesse 11 and I do not see it for 11.5. Finesse does have the ability to show Call Variables and ECC variables when the call arrives. So if you add these values in your call flow script, you can display it on the Finesse call control gadget.
Thanx,
Denise
10-05-2016 02:46 PM
that is a shame. for call type adding to the call variables in the scripts is a work around although requires modification to over 200 scripts but for skill group this is not possible as the actual skillgroup is selected based on agent availability in the queue to skill group node and there is no opportunity to store this in to a call peripheral variable within the node. its a shame that adding the cross system flexibility in Finesse was achieved by ditching direct access to ucce variables that existed in earlier templates such as CTIOS. I guess I will need to get people trained in gadget programming. anyone know of any courses available at short notice? or anyone willing to take my developers through the basics for a fee?
10-10-2016 11:18 AM
Hi Tim,
Gadget programming is pretty much JavaScript and HTML. If they know the basics of those languages, they are probably ok to go. You can find a lot of free JavaScript and HTML courses online.
There is a learning sample gadget that takes you step by step on building a gadget using the user and dialog object: finesse-sample-code/LearningSampleGadget at master · CiscoDevNet/finesse-sample-code · GitHub
That might be helpful.
Thanx,
Denise
09-03-2015 09:09 AM
In the call flow script, set the SG name as a Peripheral or ECC variable and add to the Finesse Layout.
Hope this helps.
Kevin
09-04-2015 05:51 AM
Hi Kevin,
This workaround works only for one SG, but if I query a call to two or more queries?
BR,
Anton
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