03-08-2022 07:30 AM
Hello everyone,
I have a CCX 12.5.1 and I'm trying to change how Supervisors are seeing Recent Calls history and Recent States history from Agents. When a Supervisor clicks on "view history" button from an Agent they have this view:
As we can see above, it shows the Agent ID from this particular Agent and the change that I'm trying to apply is to show the AgentName from this Agent. Searching into the XML script I found out the line and variables that make reference to this gadget from Supervisor profile:
<gadget managedBy="team-performance">https://localhost:8445/cuicui/gadget/LiveData/LiveDataGadget.xml?gadgetHeight=275&viewId=D6D0B6740B0040D5A089FD1C09F5C72C&filterId=AgentCallLogDetailStats.agentID=AgentEvent:Id&type=dynamic&maxRows=20</gadget> <gadget managedBy="team-performance">https://localhost:8445/cuicui/gadget/LiveData/LiveDataGadget.xml?gadgetHeight=275&viewId=5D411E8A10000140000000230A4E5E6B&filterId=AgentStateDetailStats.agentID=AgentEvent:Id&type=dynamic&maxRows=20</gadget>
I've changed the "Id" (in red on the script above) to "Name" and it worked, however, there is no information from recent call history and state history after applying this change into the default XML script:
Does someone know what else I have to change on the XML script to achieve successfully?
03-08-2022 11:28 AM
So that's the ID that's used to get the records. I am actually surprised that changing it to Name actually gave you the updated header, but without being able to modify the actual source code you will not be able to achieve this.
david
03-10-2022 04:56 AM - edited 03-10-2022 02:43 PM
Thanks for this information David, so this actual code you mentioned would be the parameters that we can access in Report Definitions from CUIC?
03-10-2022 07:53 PM
03-11-2022 07:39 AM
Hi David,
Yes, I can add a new field but it is field just for formula:
I guess that I'm not able to create a new field to point the AgentName value here.
03-15-2022 07:00 AM
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