Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to remove/hide alerts in csm agent workspace

prathimatammana
Tera Expert

prathimatammana_0-1762880185572.png

 

 

Is there a way to remove the blue/pink prompts that we get at the top (example above) – I’d like to remove them rather then close them out several times for each case.

2 ACCEPTED SOLUTIONS

Ankur Bawiskar
Tera Patron

@prathimatammana 

that must be coming from some business rule etc.

did you try searching that?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

View solution in original post

Its_Azar
Mega Sage

Hi there @prathimatammana 

 

find the alert source (UI Action / Client Script / UI Builder notification component) and either remove or conditionally hide it — there’s no global switch, but cleaning it from the source is the cleanest approach.

try doing a codesearch with the alert text and this will point you to where exactly this is coming from.

☑️ If this helped, please mark it as Helpful or Accept Solution so others can find the answer too.

Kind Regards,
Azar
Serivenow Rising Star
Developer @ KPMG.

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron

@prathimatammana 

that must be coming from some business rule etc.

did you try searching that?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

Its_Azar
Mega Sage

Hi there @prathimatammana 

 

find the alert source (UI Action / Client Script / UI Builder notification component) and either remove or conditionally hide it — there’s no global switch, but cleaning it from the source is the cleanest approach.

try doing a codesearch with the alert text and this will point you to where exactly this is coming from.

☑️ If this helped, please mark it as Helpful or Accept Solution so others can find the answer too.

Kind Regards,
Azar
Serivenow Rising Star
Developer @ KPMG.

Hi @Its_Azar ,

Thank you for your help.