cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
552
Views
0
Helpful
2
Replies

PCCE 10.5 Missing column from Finesse Live Data report.

We have the out of the box Finesse gadget for agent desktops and a single columns (agent name) is blank. We can see the data in CUIC, but not in Finesse. We have a TAC case open, but would love to hear if anyone else has run into this before.

Thank you,

david

2 Replies 2

Hi David,

Did you get to the bottom of your issue? Is not exactly your issue but I've upgraded a PCCE lab to 10.5 and I see Java code on home and Manage Call instead of buttons. I wonder if there is any bug we should be aware of before upgrading production environments.

Thanks

Isidro

My issue was an easy one. Seems Finesse 10.5 default layout has some labels misconfigured

    <id>home</id>
                <label>finesse.container.tabs.supervisor.homeLabel</label>

Instead of

<id>home</id>            
               <label>Home</label>

and

 <id>manageCall</id>
                <label>finesse.container.tabs.supervisor.manageCallLabel</label>

Instead of

 

   <id>manageCall</id>
                <label>Manage Call</label>

 

Making manual changes on Finesse Administration desktop layout fixes the issue.

 

cheers

Isidro