how to remove button from workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
hi ,
i want to remove these button from the worskspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @armanoj
Use following steps to hide a button:
- Make sure you are in the correct application scope, matching the table of the button you want to remove
- Type sys_declarative_action_assignment.LIST into the Application Navigator filter and press Enter
- Find the Button: Search for the button's Action label (e.g., "New") or client action
- Create an Action Exclusion:
- Open the action record.
- Scroll down to the Action Exclusions related list.
- Click New.
- Select the Table you want to hide the button on.
- Check the Exclude this table box.
- Click Submit or Update
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @armanoj
Disable it in declarative actions / UI Actions.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @armanoj ,
Navigate to Declarative Actions > List Actions / Form Actions :
Then search for your Action and change active -> false :
If my response helped marked as helpful and accept the solution.