How to remove "Active" and "On call" UI actions from the Group tab

PoojaH316924829
Tera Contributor

Hi All,

 

We have an issue with the tab UI actions , when the major incident is created on clicking the "View workbench" UI action , we could see Group tab with "Active" and "On call groups" UI actions.

How do we remove these UI actions ?

PoojaH316924829_0-1778827090512.png

 

3 REPLIES 3

Ankur Bawiskar
Tera Patron

@PoojaH316924829 

I think those are not simple UI actions but buttons embedded within UI builder component

Did you check in the UI builder by checking that component which renders the Group tab?

💡 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

Ankur Bawiskar
Tera Patron

@PoojaH316924829 

my mistake it's in native and not workspace

I could see the UI page is "$major_incident_workbench" and it's not available in instance so you can't find it in instance

you can use UI script to hide those buttons using DOM manipulation

💡 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

Nilesh Pol
Kilo Sage

@PoojaH316924829 

Go to the sys_declarative_action_assignment.LIST

Filter with workspace *Major incident Workspace / sow AND label contains Active and On Call.

Then you deactivate them or Add condition based on your requirement.