- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 05:56 AM
Hello community,
Has anyone ever successfully achieved to append sidebar chats in activity stream (history) backen rather in the workspace ?
Please feel free to assist if that is possible.
Best regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 08:20 PM
Hi @Barthelemy Ntor ,
Unfortunately NOT possible!!
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 09:38 PM
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.
The classic UI activity stream and the Workspace activity stream use different frameworks, which prevents direct integration.
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.
If you found my response helpful, I would greatly appreciate it if you could mark it as "Accepted Solution" and "Helpful."
Your support not only benefits the community but also encourages me to continue assisting. Thank you so much!
Thanks and Regards
Ravi Gaurav | ServiceNow MVP 2025,2024 | ServiceNow Practice Lead | Solution Architect
CGI
M.Tech in Data Science & AI
YouTube: https://www.youtube.com/@learnservicenowwithravi
LinkedIn: https://www.linkedin.com/in/ravi-gaurav-a67542aa/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 03:56 AM
Hi @Barthelemy Ntor ,
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 08:20 PM
Hi @Barthelemy Ntor ,
Unfortunately NOT possible!!
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 03:56 AM
Hi @Barthelemy Ntor ,
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2025 04:41 AM
Dear Sandeep, you were very helpful, don't let my reaction tells you otherwise, in fact, you all were more than helpful.
@Ravi Gaurav input was explicit with suggested solutions,now I know exactly what to do to achieve that, so don't underlook on yourself sir @Community Alums .
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 08:33 PM
No, appending sidebar chats directly into the activity stream (history) on the backend in ServiceNow is not natively supported. However, you can customize the activity formatter using a combination of server-side scripting (business rules) 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.