02-06-2017 11:36 AM - edited 03-14-2019 05:00 PM
Hi,
Something weird; I want to create extra tabs in Finesse Supervisor, but I can't see them. when I add them under the agent role I do see the new tabs immediately.
For test I use:
<tab>
<id>CustomTab1</id>
<label>Test</label>
<gadgets>
</gadgets>
</tab>
Under agent I see the extra tab under supervisor role I add the same data, but I don't see en extra tab
Any idea?
Thanks
JH
02-07-2017 08:08 AM
02-07-2017 08:12 AM
UCCX 10.6
So with finesse included
Jan
02-08-2017 05:29 AM
02-08-2017 10:53 AM
Nope, nothing
This is what I have added under agent (just testing)
<tab>
<id>CustomTab1</id>
<label>This is Agent TAB 1</label>
<gadgets>
</gadgets>
</tab>
<tab>
<id>CustomTab2</id>
<label>This is Agent TAB 2</label>
<gadgets>
</gadgets>
</tab>
<tab>
<id>CustomTab3</id>
<label>This is Agent TAB 3</label>
<gadgets>
</gadgets>
</tab>
And this works perfectly!!
And this is what I have added under supervisor:
<tab>
<id>CustomTab1</id>
<label>This is Supervisor TAB 1</label>
<gadgets>
</gadgets>
</tab>
<tab>
<id>CustomTab2</id>
<label>This is Supervisor TAB 2</label>
<gadgets>
</gadgets>
</tab>
<tab>
<id>CustomTab3</id>
<label>This is Supervisor TAB 3</label>
<gadgets>
</gadgets>
</tab>
And I also tried with the column and columns tag:
<tab>
<id>CustomTab1</id>
<label>This is Supervisor TAB 1</label>
<columns>
<column>
<gadgets>
</gadgets>
</column>
</columns>
</tab>
<tab>
<id>CustomTab2</id>
<label>This is Supervisor TAB 2</label>
<columns>
<column>
<gadgets>
</gadgets>
</column>
</columns>
</tab>
<tab>
<id>CustomTab2</id>
<label>This is Supervisor TAB 2</label>
<columns>
<column>
<gadgets>
</gadgets>
</column>
</columns>
</tab>
No extra tab's under finesse supervisor
UCCX version: 10.6.1.11001-31
Has anyone be able to create extra tab's in finesse supervisor?
Thanks
Jan
02-13-2017 08:26 AM
Jan,
Sorry it took me a while to do this in the lab and you're close, you're just missing a tiny piece. If you notice in the layout you'll have the opportunity to have two different layouts in the same XML. Once for agents and one for supervisors. You can tell them apart by this:
<layout>
<role>Agent</role>
</layout>
or
<layout>
<role>Supervisor</role>
</layout>
Make sure you're adding the tab in the right role.
david
02-14-2017 07:59 AM
Hi David,
Yes I am aware of that, I I have configured that correctly
For the moment it is something in my LAB, most customers have CUCM 10.X with UCCX 10.X or CUCM 11.X with UCCX 11.X and here we have no issues.
Or something wrong in my LAB (CUCM 11.5 with UCCX 10.6) or a bug between these levels.
Not really an issue, when I modify the XML on global level I have the tabs, only on Team level I don't see them.
Thank you for your help
Jan
02-14-2017 08:02 AM
02-14-2017 08:04 AM
Correct, this also works at my customer, in my LAB where I have CUCM 11.5 with UCCX 10.6 I have issues on team level
Jan
02-12-2017 11:49 PM
CUCM 11.5 and UCCX 10.6 seems to be a problem. I can't get supervisor tabs. I can get the tabs when I configure the tabs under "Desktop Layout" But when I configure the tabs under the "Team Resources" I don't get the supervisor tabs.
Customer has CUCM 10.5 and UCCX 10.6 and here it works perfectly.
Even after reinstalling UCCX 10.6 in my lab (with CUCM 11.5) I can't get the supervisor tabs.
Anyway, little weird
Can work with it by configuring the XML under "Desktop Layout"
JH
07-13-2017 03:31 AM
Hi,
I had this issue, but was fixed a few minutes after i restart Cisco Finesse Tomcat Service.
XML code below I added:
<tab>
<id>CustomTab1</id>
<label>CustomTab1</label>
<columns>
</columns>
</tab>
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