08-07-2018 11:32 AM
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.
08-07-2018 11:47 AM
08-07-2018 12:35 PM
We are currently using Finesse 11.6.
Is there any sort of cache with Finesse that I would need to flush?
08-07-2018 01:41 PM
08-14-2018 07:02 AM
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.
12-20-2018 01:57 PM
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.
07-09-2019 06:23 AM
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
07-09-2019 11:47 AM
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
07-11-2019 07:18 AM
Thank you.
Regards,
Libin Benedict
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