cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2969
Views
0
Helpful
8
Replies

Expand Finesse Team Performance Table

benjaminwilk
Level 1
Level 1

I am attempting to expand the Finesse team performance table; When I have more than 10 users logged in, the table requires you to scroll, even though the gadget has more than enough space.

 

I went into the administrator panel and added '?maxRows=20' to the TeamPerformance.jsp location, but it appears to not have worked.  

 

Is there a way to modify this gadget directly?  I attempted to log in to the command line, but wasn't able to navigate to the team performance module, and it doesn't appear that FTP allows me to get there either.  

 

What would be the best way to go about modifying this?

 

I have attached a picture of what I am looking at.  

8 Replies 8

dekwan
Cisco Employee
Cisco Employee
Hi,

What version of Finesse are you using? The maxRows only works on Finesse 11.5 and above.

Unfortunately there isn't a way to modify this gadget other than to use the maxRows if you are 11.5 and above. This gadget is not open sourced.

Thanx,
Denise

We are currently using Finesse 11.6.

 

Is there any sort of cache with Finesse that I would need to flush?

Does your desktop layout look like this? <gadget>/desktop/gadgets/TeamPerformance.jsp?maxRows=20</gadget>

There shouldn't be any cache to flush, but you can always try to use the &nocache option to make sure nothing is being read from cache: https://developer.cisco.com/docs/finesse/#!gadget-caching

Thanx,
Denise

In my experience, I had to restart the Tomcat service in order to force gadget updates to take. Keep in mind, this should be done in a maintenance window as it will take Finesse down.

russk85
Level 1
Level 1

I am posting my resolution for those who search in the future. We are running 11.5(1)

 

Login to your UCCX, then go into Cisco Finesee Administration. Here login, then click the Desktop Layout tab. Now I copied the config and pasted it into Visual Studio Code to better see the code. On the standard/default Finesse layout, scroll to about the middle of the code and look for the lines or just run a Ctrl-F and search for words maxRows:

     </page>

        <!-- Set the height of the TeamPerformance gadget using the "maxRows" parameter.

             If you do not set or if you set the height to less than 10 rows, then default value is applied.The default value is 10.

             for eg. <gadget>/desktop/gadgets/TeamPerformance.jsp?maxRows=20</gadget>

 

Read the code, then look a few lines beneath this code, about 5. Look for the lines


<id>manageTeam</id>
<label>finesse.container.tabs.supervisor.manageTeamLabel</label>
<columns>
<column>
<gadgets>
<gadget>/desktop/gadgets/TeamPerformance.jsp</gadget>
</gadgets>

 

at the line with TeamPerformance.jsp add the characters: ?maxRows=20 or whatever number you want, though I do believe the max agents a queue can have is 50.

 

Save your work. User who are currently logged into Finesse will have to sign out and sign back in to Finesse to pull the new layout. Users who are currently logged out will receive the new layout once they sign back in. We did not have restart the Tomcat.

 

The below sources are what I found during my research and are useful, this is a simple to moderate task but the resources can be helpful for the future.

https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/finesse/finesse_1151/Admin/guide/CFIN_BK_C0CD262D_00_cisco-finesse-administration-guide-1151/CFIN_BK_C0CD262D_00_cisco-finesse-administration-guide-1151_chapter_0100.html

 

https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/finesse/finesse_1161/Admin/guide/cfin_b_cisco-finesse-administration-guide-116/cfin_b_cisco-finesse-administration-guide-116_chapter_0100.pdf

 

 

Hi,

 

Is there a way we can show two different teams' performance one below the other. This way, the supervisors won't have to choose the teams from the drop down.

 

Thanks,

Libin Benedict

Hi,

 

You cannot show more than one team using the out of the box Team Performance gadget. You can build your own custom gadget if you choose.

 

Thanx,

Denise

Thank you.

 

Regards,

Libin Benedict

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: