how to remove button from workspace

armanoj
Mega Sage

hi ,

i want to remove these button from the worskspace.

 

armanoj_0-1780403695096.png

armanoj_1-1780403763508.png

 

5 REPLIES 5

Ankur Bawiskar
Tera Patron

@armanoj 

if you ensure that user doesn't satisfy Table.None DELETE ACL then that button will be hidden by system as ACL is restricting it

💡 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 , without ACL change

@armanoj 

then hide it for your table using action exclusion for that global declarative action

but that user can visit in native and delete the record

Then why not handle using Table.None DELETE ACL. it will work for native + workspace

Note: I still recommend using ACL here

💡 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

Dr Atul G- LNG
Tera Patron

Hi @armanoj 

 

 

To hide a button (such as the "New" button) in a ServiceNow Workspace (like the Service Operations Workspace), use Action Exclusions to suppress the action. 
  1. Navigate to Declarative Actions: Go to sys_declarative_action_assignment.list in the filter navigator.
  2. Find the Button: Search for the button's action name (e.g., create-new-uxf for the "New" button).
  3. Add Exclusion: Open the record, scroll down to the Action Exclusions related list, and click New.
  4. Target the Table: Set the table to the specific table you want to hide the button for, check Exclude this table, and click Save
*************************************************************************************************************
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]

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