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

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.

 

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?

 

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 

PritamG
Mega Guru

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.