- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 05:26 AM
Hello guys,
I wanted to disable "New" UI action on Service task list view. So I deactivated that UI action, but still "New" button is showing on the List and user is able to create new records.
There is no List control configured for Service task.
I couldn't find why new button is still showing up on list. Can anyone tell me how "New" button is still working on list and how to deactivate it?
Thanks,
Piyush.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 06:39 AM
Hi Piyush, Please access list control from table.
Open table from filter navigator use service_task.list,
Right click on column -> Configure -> List Control -> Check the option 'Omit new button'
Save.
This will help to omit the New Button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 06:37 AM
we usually modify the List Control or the Table level CREATE ACL to control New button visibility
If your task was to hide it then why did you create a new button on that table?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 07:16 AM
I wanted to remove already existing UI action to create New Service task. So when I deactivated UI action, my assumption was that New button will disappear from list. Also I couldn't find record in List Controls for service_task table, but I got it now how to remove that button.
Thank you,
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 06:39 AM
Hi Piyush, Please access list control from table.
Open table from filter navigator use service_task.list,
Right click on column -> Configure -> List Control -> Check the option 'Omit new button'
Save.
This will help to omit the New Button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2022 07:18 AM
It worked...Thank you!