<?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>question Integration with ACD to open new interaction in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/integration-with-acd-to-open-new-interaction/m-p/3204698#M1186804</link>
    <description>&lt;P&gt;We have an integration with NICE CXOne for phones in ServiceNow. The integration opens a new interaction record when a phone call or chat delivers to an agent. The integration opens a new tab in platform view instead of a chrome tab in Service Operations Workspace. This previously worked in Agent Workspace where the new interaction opened in a chrome tab within the active workspace window. Is there a way to point to the chrome tab in SOW for the new interaction.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 18:02:41 GMT</pubDate>
    <dc:creator>Shannon25</dc:creator>
    <dc:date>2025-03-12T18:02:41Z</dc:date>
    <item>
      <title>Integration with ACD to open new interaction</title>
      <link>https://www.servicenow.com/community/developer-forum/integration-with-acd-to-open-new-interaction/m-p/3204698#M1186804</link>
      <description>&lt;P&gt;We have an integration with NICE CXOne for phones in ServiceNow. The integration opens a new interaction record when a phone call or chat delivers to an agent. The integration opens a new tab in platform view instead of a chrome tab in Service Operations Workspace. This previously worked in Agent Workspace where the new interaction opened in a chrome tab within the active workspace window. Is there a way to point to the chrome tab in SOW for the new interaction.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 18:02:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/integration-with-acd-to-open-new-interaction/m-p/3204698#M1186804</guid>
      <dc:creator>Shannon25</dc:creator>
      <dc:date>2025-03-12T18:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with ACD to open new interaction</title>
      <link>https://www.servicenow.com/community/developer-forum/integration-with-acd-to-open-new-interaction/m-p/3206467#M1187235</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi Shannon,&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;To configure your integration with NICE CXOne so that new interaction records open as chrome tabs within Service Operations Workspace (SOW), you'll need to adjust the workspace's chrome tab settings. Here's how you can achieve this:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Access the Service Operations Workspace Configuration:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Navigate to Now Experience Framework &amp;gt; Experiences in your ServiceNow instance.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Locate and open the Service Operations Workspace record.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Modify the Chrome Tab Configuration:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Within the Service Operations Workspace record, scroll to the UX Page Properties section.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Find and select the chrome_tab property.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Add a New Entry for Interactions:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;In the chrome_tab configuration, you'll see a JSON structure defining the tabs available in the workspace.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Add a new entry to this JSON to define the behavior for new interaction records.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;For example:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;"label": { "translatable": true, "message": "New Interaction" },&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;"routeInfo": {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;"route": "record",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;"fields": { "table": "interaction", "sysId": "-1" },&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;"multiInstField": "sysId"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;},&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;"condition": {&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;"tableDescription": { "table": "interaction", "canCreate": true }&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;This configuration ensures that when a new interaction is initiated, it opens as a chrome tab within the workspace.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Save and Test:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;After updating the JSON configuration, save your changes.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Refresh the Service Operations Workspace to apply the new settings.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Initiate a new interaction via your NICE CXOne integration to verify that it opens in a chrome tab within SOW.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;By following these steps, you can customize the behavior of new interaction records in Service Operations Workspace, ensuring they open as chrome tabs within the workspace environment.&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Kindly mark it as "Accepted Solution"/"helpful", as it resolves your query. Please press like button for the resolution provided.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;With Regards,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Krishna Kumar M - Talk with AIT3ch&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;LinkedIn: &lt;A href="https://www.linkedin.com/in/mkrishnak4/" target="_blank"&gt;https://www.linkedin.com/in/mkrishnak4/&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;YouTube: &lt;A href="https://www.youtube.com/@KrishAIT3CH" target="_blank"&gt;https://www.youtube.com/@KrishAIT3CH&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Topmate: &lt;A href="https://topmate.io/mkrishnak4" target="_blank"&gt;https://topmate.io/mkrishnak4&lt;/A&gt;&amp;nbsp;[ Connect for 1-1 Session]&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 07:39:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/integration-with-acd-to-open-new-interaction/m-p/3206467#M1187235</guid>
      <dc:creator>KKM</dc:creator>
      <dc:date>2025-03-14T07:39:46Z</dc:date>
    </item>
  </channel>
</rss>

