remove the new button from table header?

Kiddy1
Tera Contributor

kk.PNG

i want to remove the new button which is displayed from table list header.

1 ACCEPTED SOLUTION

gupta_vipul013
Mega Expert

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:



Screen Shot 2017-07-18 at 8.37.10 AM.png


3. A new form opens:



Screen Shot 2017-07-18 at 8.39.02 AM.png



4. Choose, Omit New button and click update.


5. There is no New button on the list layout.


Screen Shot 2017-07-18 at 8.40.24 AM.png



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


View solution in original post

5 REPLIES 5

Harsh Vardhan
Giga Patron

you can mention the condition in your UI Action.



Condition: current.getTableName() !='<the table name>'