- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 07:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 08:12 PM
Hi,
You can use ACLs to remove New UI Action button from the List layout, as Antin described. But you can also use LIST CONTROL for that. Please see the below demo: I wanted to remove the new button from Incident list layout.
1. Open Incident List layout.
2. Open List Control:
3. A new form opens:
4. Choose, Omit New button and click update.
5. There is no New button on the list layout.
Also please refer the below link for more details:
Configuring Lists - ServiceNow Wiki https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiiq9vP7Z...
Regards,
Vipul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2017 08:44 PM
you can mention the condition in your UI Action.
Condition: current.getTableName() !='<the table name>'