We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

how to hide edit button on workspace list view

Tejas Adhalrao
Tera Guru

TejasSN_LogicX_1-1766805628270.png

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

6 REPLIES 6

Ankur Bawiskar
Tera Patron

@Tejas Adhalrao 

it must be coming from one of these, check which one and then add Action Exclusion for your custom table

 

AnkurBawiskar_0-1766809854462.png

 

AnkurBawiskar_1-1766809911918.png

 

šŸ’” If my response helped, please mark it as correct āœ… and close the thread šŸ”’ā€” this helps future readers find the solution faster! šŸ™

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@TejasSN_LogicX 

Hope you are doing good.

Did my reply answer your question?

šŸ’” If my response helped, please mark it as correct āœ… and close the thread šŸ”’ā€” this helps future readers find the solution faster! šŸ™

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Matthew_13
Mega Sage

 

 

Hi  TejasSN_LogicX

So yes Ankur's will work too as this is a way to remove Edit without touching ACLs, as long as the Edit button is coming from a declarative action; Otherwise in Workspace if you want to hide Edit you can do it through security ACLs. If users can edit the record, Workspace will show the Edit button.

 

@Tejas Adhalrao - Please mark Accepted Solution and Thumbs Up if you find helpful!!

MJG

Satishkumar B
Giga Sage

@Tejas Adhalrao 

In the below link update your instance name and select the Edit button for your table and disable it.

https://<instance_name>/sys_declarative_action_assignment_list.do?sysparm_query=labelLIKEedit&syspar...

 

HAPPY LEARNING

Please Mark it helpfulšŸ‘ and Accept Solution  āœ…!! If this helps you!!