We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

SOW - Service Operation Workspace - Chat Customization

Kiruthika J
Tera Contributor

Hi All,

My instance is in Zurich release,

When a help desk agent is working on Interaction A, and the end user replies on Interaction B (chat),
the agent should get a visual alert so they notice it immediately —
either:

a popup / toast notification, or

a green highlight / indicator on the Interaction tab or inbox bar.

 

Can someone guide me ?

KiruthikaJ_0-1770636234278.png

 

14 REPLIES 14

@Ankur Bawiskar 

Can you please suggest where I have debug if this is not happening OOTB?

Thanks!

@Kiruthika J 

was this working fine earlier?

If this started coming after upgrade then raise a case with ServiceNow

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

no before also same.

is it related to chrome_tab?

{
"contextual": [
"record",
"kb_view"
],
"newTabMenu": [
{
"label": {
"translatable": true,
"message": "New Incident"
},
"routeInfo": {
"route": "record",
"fields": {
"table": "incident",
"sysId": "-1"
},
"multiInstField": "sysId"
},
"condition": {
"tableDescription": {
"table": "incident",
"canCreate": true
}
}
},
{
"label": {
"translatable": true,
"message": "New Change Request"
},
"routeInfo": {
"route": "create-change-request-page",
"fields": {},
"multiInstField": ""
},
"condition": {
"tableDescription": {
"table": "change_request",
"canCreate": true
}
}
}
],
"maxMainTabLimit": 10,
"maxTotalSubTabLimit": 30
}

Dr Atul G- LNG
Tera Patron

Hi @Kiruthika J 

 

Try repairing the SOW plugin once and test.

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************