How to Hide the new Button in service operation workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hey Team,
Hope you are doing good.
Can anyone guide me how I can remove this New button for the Task. Let me clear you these are not RITM related Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
- Go to this record in your instance /sys_declarative_action_assignment.do?sys_id=77c43124dbc10010b47d54f9489619d1
- Under the Actions Exclusions tab you can add table you want to exclude new button on. or just deactivate it but that may impact any child tables of task table.
Please mark my answer correct and helpful if this works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @abdulrehman abdulrehman,
The recommended way to remove the New button for the Task table is by using Access Control (ACL), not by deleting the UI Action.
Steps
Go to System Security → Access Control (ACL)
Create or update an ACL with:
Type: record
Operation: create
Table: Task (task)
Set the Role condition based on who should be allowed to create Task records
Leave empty to block creation for all users
Save the ACL
Result
The New button will automatically disappear from the Task list and related lists
Users will not be able to create new Task records
Existing Task records remain accessible
Why this is best practice
ACLs control behavior globally
Prevents record creation via UI, API, Import Sets, and scripts
Avoids issues caused by disabling default UI Actions
Alternative (Not Recommended)
Hiding the New UI Action only removes the button visually and does not prevent record creation through other methods.
Thanks & Regards,
Sachin Narayanasamy
