How to hide New button on Related List in workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2026 08:11 AM
I tried multiple community solutions, but they did not work for me. I need to disable the New button for two related lists on the Incident record in Workspace:
Child Incident
Change Requests
For the Child Incident related list, I went to the sys_declarative_action_assignment table and set the Enabled field to False, and it worked.
Action Label : New
Application : Incident Management for Service Operations Workspace
Table : Incident
Action Model : Related List
Description : Creates a new child incident.
Changed Enable to False
And it worked for me — the New button was disabled for the Child Incident related list. Similarly, I tried to do the same for the Change Request related list and button is still visible
Action label : New
Application : Change Management for Service Operations Workspace
Table : Incident
Action Model : Related List
As I am new to Workspace and UI Builder, I am not able to identify the real issue.
- Labels:
-
Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
@IAmIshan @Ankur Bawiskar @SohamTipnis @kristinakra @Harish51
I have the same requirement but, i want to hide the new button if the parent incident state is resolved or closed .
Not able to add this condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Hello @Mk_snow, could you please provide some details? I don't remember any background knowledge about this thread because it's so old.😊
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
The button in Service Operations Workspace (SOW) is coming from the sys_declarative_action_assignment table.
To identify the correct button:
Navigate to the sys_declarative_action_assignment table.
Filter the records with:
Action model = Related list
Table = Change Request
Action label = New
You will see several records matching these conditions.
In my case, I temporarily changed the button color for each record to identify which one actually affects the button shown in SOW.
This helped me determine which declarative action is responsible for the button I needed.
After finding the correct record, go to:
Conditions → Client conditions
and add your condition for the state of the incident.