Diable/Hide new button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I want to Hide/Disable new button based on status field value of case form in CSM workspace.
If status is closed new button should be hidden/disable in in CSM workspace in related list, it should not be able to create a task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
screenshot please
In which related list?
Why not check the Table.None CREATE ACL on that Related list table and it will check the state of case via the parent field?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi @adityasanap ,
In CSM Configurable Workspace, the related list New button is not controlled by the classic List Control (Omit New Button) settings. Instead, it is controlled by Declarative Actions (Related List Actions)
- Create ACL on the Task table.
- Or add a Business Rule that prevents insert when the parent Case is Closed.
Example on Business Rule condition