how to hide edit button on workspace list view

4078_TA
Tera Guru

TejasSN_LogicX_1-1766805628270.png

How to hide this edit button for  scooped application list view .

6 REPLIES 6

Raghu Ram Y
Kilo Sage

@4078_TA 

In ServiceNow, the Edit button in a list view is driven by the table’s write ACLs. When a user doesn’t have write access, the Edit button is automatically hidden.

Trying to hide the button through other methods, without actually removing edit access is not recommended and goes against best practices.

Anand Kumar P
Tera Patron

Hi @4078_TA ,

 

Navigate to sys_declarative_action_assignment.LIST from left navigation and check for  Edit action with Action label 'Edit ({{count}})' .

hide for your table by creating record in Action Exclusion related list.

 

Check for the Acls if the user having write access to edit.

 

If my response helped, please mark it as the accepted solution and give a thumbs up👍.
Thanks,
Anand

 

If my response helped, please mark it as the accepted solution and give a thumbs up👍.
Thanks,
Anand