<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Webex Contact Center - integrate custom Reports into the Agent Desktop in Webex Administration</title>
    <link>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040505#M5141</link>
    <description>&lt;P&gt;I know that you can view some Team/Queue live reports in the Agent Desktop, and i know you can customize the Agent desktop via .json Layout.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But i could not find any configuration that directly links the big reporting stuff from the Customer Journey Analyzer to the Agent Desktop - i created a custom Visualization and a custom Dashboard, but cant see any way to add those reports to the Desktop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did see that you can export the Visualizations - but only as Excel and XML, so i dont know how (if it works at all) to implement that into the .json file for the layout.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible at all? We have an upcoming WxCC POC with a big customer looking to move away from on-prem CC and they are very interested in reports that are directly visible for the Agent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS - i posted this in the Webex Administration forum, since there doesnt seem to be a category here for Webex Contact Center, hope it still fits.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2024 08:40:07 GMT</pubDate>
    <dc:creator>pescla</dc:creator>
    <dc:date>2024-03-15T08:40:07Z</dc:date>
    <item>
      <title>Webex Contact Center - integrate custom Reports into the Agent Desktop</title>
      <link>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040505#M5141</link>
      <description>&lt;P&gt;I know that you can view some Team/Queue live reports in the Agent Desktop, and i know you can customize the Agent desktop via .json Layout.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But i could not find any configuration that directly links the big reporting stuff from the Customer Journey Analyzer to the Agent Desktop - i created a custom Visualization and a custom Dashboard, but cant see any way to add those reports to the Desktop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did see that you can export the Visualizations - but only as Excel and XML, so i dont know how (if it works at all) to implement that into the .json file for the layout.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible at all? We have an upcoming WxCC POC with a big customer looking to move away from on-prem CC and they are very interested in reports that are directly visible for the Agent&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS - i posted this in the Webex Administration forum, since there doesnt seem to be a category here for Webex Contact Center, hope it still fits.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 08:40:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040505#M5141</guid>
      <dc:creator>pescla</dc:creator>
      <dc:date>2024-03-15T08:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Contact Center - integrate custom Reports into the Agent Des</title>
      <link>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040656#M5142</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to add the Report using iframes within the desktop json file. Here is a link that explains and gets you started using custom desktops&lt;/P&gt;
&lt;P&gt;&lt;A href="https://webexcc.github.io/pages/Agent/#custom-desktop-layout" target="_blank" rel="noopener"&gt;https://webexcc.github.io/pages/Agent/#custom-desktop-layout&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is a snipit of what I used to add a report to the agents desktop. the key is adding the&amp;nbsp;tId and rId of the custom report in the url you add to the json desktop file.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;"navigation": [&lt;BR /&gt;{&lt;BR /&gt;"nav": {&lt;BR /&gt;"label": "Real Time Idle Codes",&lt;BR /&gt;"icon": "/app/images/wxm.bcd45cc3.svg",&lt;BR /&gt;"iconType": "other",&lt;BR /&gt;"navigateTo": "Statistics",&lt;BR /&gt;"align": "top"&lt;BR /&gt;},&lt;BR /&gt;"page": {&lt;BR /&gt;"id": "Statistics",&lt;BR /&gt;"widgets": {&lt;BR /&gt;"comp2": {&lt;BR /&gt;"comp": "agentx-wc-iframe",&lt;BR /&gt;"attributes": {&lt;BR /&gt;"src": "&lt;A href="https://analyzer-v2.wxcc-us1.cisco.com/analyzer/view/visualization?tId=55341###&amp;amp;rId=2454###" target="_blank" rel="noopener"&gt;https://analyzer-v2.wxcc-us1.cisco.com/analyzer/view/visualization?tId=55341###&amp;amp;rId=2454###&lt;/A&gt;"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"layout": {&lt;BR /&gt;"areas": [&lt;BR /&gt;[&lt;BR /&gt;"comp2"&lt;BR /&gt;]&lt;BR /&gt;],&lt;BR /&gt;"size": {&lt;BR /&gt;"cols": [&lt;BR /&gt;1&lt;BR /&gt;],&lt;BR /&gt;"rows": [&lt;BR /&gt;1&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 10:25:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040656#M5142</guid>
      <dc:creator>kgroves42</dc:creator>
      <dc:date>2024-03-15T10:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Contact Center - integrate custom Reports into the Agent Des</title>
      <link>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040700#M5143</link>
      <description>&lt;P&gt;Just what i was looking for, looks very dynamic and adaptable, thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 10:50:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040700#M5143</guid>
      <dc:creator>pescla</dc:creator>
      <dc:date>2024-03-15T10:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Contact Center - integrate custom Reports into the Agent Des</title>
      <link>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040707#M5144</link>
      <description>&lt;P&gt;Also just found this, here is a better example for what you are trying to do.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/WebexSamples/webex-contact-center-api-samples/tree/main/widget-samples/iframe-widget-sample" target="_blank"&gt;https://github.com/WebexSamples/webex-contact-center-api-samples/tree/main/widget-samples/iframe-widget-sample&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 11:01:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040707#M5144</guid>
      <dc:creator>kgroves42</dc:creator>
      <dc:date>2024-03-15T11:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Contact Center - integrate custom Reports into the Agent Des</title>
      <link>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040717#M5146</link>
      <description>&lt;P&gt;cant believe there are spam bots even on the cisco forum nowadays, dead internet theory is getting real&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 11:15:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/webex-contact-center-integrate-custom-reports-into-the-agent/m-p/5040717#M5146</guid>
      <dc:creator>pescla</dc:creator>
      <dc:date>2024-03-15T11:15:07Z</dc:date>
    </item>
  </channel>
</rss>

