<?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 Sidebar discussion chats in UI16 in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3153531#M1172992</link>
    <description>&lt;P&gt;Hello community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone ever successfully achieved to append sidebar chats in activity stream (history) backen rather in the workspace ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please feel free to assist if that is possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2025 13:56:25 GMT</pubDate>
    <dc:creator>Barthelemy Ntor</dc:creator>
    <dc:date>2025-01-20T13:56:25Z</dc:date>
    <item>
      <title>Sidebar discussion chats in UI16</title>
      <link>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3153531#M1172992</link>
      <description>&lt;P&gt;Hello community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone ever successfully achieved to append sidebar chats in activity stream (history) backen rather in the workspace ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please feel free to assist if that is possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 13:56:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3153531#M1172992</guid>
      <dc:creator>Barthelemy Ntor</dc:creator>
      <dc:date>2025-01-20T13:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sidebar discussion chats in UI16</title>
      <link>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3153997#M1173085</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/104980"&gt;@Barthelemy Ntor&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Unfortunately NOT possible!!&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sidebar discussion tiles and Sidebar message tiles are only visible from workspace, but not the classic UI of record pages. The work notes from classic UI of record page is using different framework as the activity stream from workspace.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 04:20:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3153997#M1173085</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-01-21T04:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sidebar discussion chats in UI16</title>
      <link>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154006#M1173088</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;No, appending sidebar chats directly into the activity stream&lt;STRONG&gt; (&lt;/STRONG&gt;history&lt;STRONG&gt;)&lt;/STRONG&gt; on the backend in ServiceNow is not natively supported. However, you can customize the activity formatter using a combination of server-side scripting&lt;STRONG&gt; (&lt;/STRONG&gt;business rules&lt;STRONG&gt;)&lt;/STRONG&gt; and client-side scripting to capture chat messages and inject them into the activity log by creating custom journal entries. This requires advanced customization and isn't a standard practice.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Jan 2025 04:33:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154006#M1173088</guid>
      <dc:creator>PritamG</dc:creator>
      <dc:date>2025-01-21T04:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sidebar discussion chats in UI16</title>
      <link>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154057#M1173097</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/104980"&gt;@Barthelemy Ntor&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, this functionality is not natively supported in ServiceNow. Sidebar discussion tiles and sidebar message tiles are visible only in the Workspace interface and are not accessible from the classic UI record pages.&lt;/P&gt;
&lt;P&gt;The classic UI activity stream and the Workspace activity stream use different frameworks, which prevents direct integration.&lt;/P&gt;
&lt;P&gt;While appending sidebar chats directly into the activity stream on the backend is not a native feature, you can achieve this through advanced customization. This involves modifying the activity formatter using a combination of server-side scripting (e.g., business rules) and client-side scripting to capture chat messages and create custom journal entries. However, this approach requires significant customization and is not a standard or recommended practice.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 05:38:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154057#M1173097</guid>
      <dc:creator>Ravi Gaurav</dc:creator>
      <dc:date>2025-01-21T05:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sidebar discussion chats in UI16</title>
      <link>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154603#M1173271</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/104980"&gt;@Barthelemy Ntor&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry but i don't understand why my answer was not marked correct? as i gave you the same answer you marked correct? any issues?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 11:56:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154603#M1173271</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-01-21T11:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sidebar discussion chats in UI16</title>
      <link>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154683#M1173296</link>
      <description>&lt;P&gt;Dear Sandeep, you were very helpful, don't let my reaction tells you otherwise, in fact, you all were more than helpful.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/19722"&gt;@Ravi Gaurav&lt;/a&gt;&amp;nbsp; input was explicit with suggested solutions,now I know exactly what to do to achieve that, so don't underlook on yourself sir&amp;nbsp;@Community Alums&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;Best regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 12:41:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154683#M1173296</guid>
      <dc:creator>Barthelemy Ntor</dc:creator>
      <dc:date>2025-01-21T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sidebar discussion chats in UI16</title>
      <link>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154687#M1173297</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/19722"&gt;@Ravi Gaurav&lt;/a&gt;&amp;nbsp;for the detailed provided, do you mind sharing the scripts that goes with it if you have already achieve this demande in the past of currently ?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 12:43:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154687#M1173297</guid>
      <dc:creator>Barthelemy Ntor</dc:creator>
      <dc:date>2025-01-21T12:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sidebar discussion chats in UI16</title>
      <link>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154694#M1173299</link>
      <description>&lt;P&gt;&lt;SPAN&gt;hank you&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/821371"&gt;@PritamG&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;for the detailed provided, do you mind sharing the scripts that goes with it if you have already achieve this demande in the past or recently ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 12:47:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/sidebar-discussion-chats-in-ui16/m-p/3154694#M1173299</guid>
      <dc:creator>Barthelemy Ntor</dc:creator>
      <dc:date>2025-01-21T12:47:58Z</dc:date>
    </item>
  </channel>
</rss>

