Sidebar discussion chats in UI16

Barthelemy Ntor
Tera Contributor

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 

3 ACCEPTED SOLUTIONS

Community Alums
Not applicable

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.

 

View solution in original post

Ravi Gaurav
Giga Sage
Giga Sage

Hi @Barthelemy Ntor 

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/

View solution in original post

Community Alums
Not applicable

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?

 

View solution in original post

7 REPLIES 7

hank you @PritamG  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 ?

Ravi Gaurav
Giga Sage
Giga Sage

Hi @Barthelemy Ntor 

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/

Thank you @Ravi Gaurav 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 ?