Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to remove the button from workspace

sivaprasathkuma
Tera Contributor

Hi All,

 

I am trying to remove the button 'View Purchase Requisition' from negotiation form in ServiceNow workspace. This button only displaying in workspace not in platform view.

 

I checked in all the ways and unable to find the configuration to hide this from fomr. I added a screenshot, please help to solve this.

sivaprasathkuma_0-1761840813039.png

 

Thanks

Sivaprasath

1 ACCEPTED SOLUTION

Sarthak Kashyap
Kilo Sage

Hi @sivaprasathkuma ,

 

These buttons usually appears from Declarative Active - List Actions

SarthakKashyap_0-1761845194816.png

Table name for your reference - sys_declarative_action_assignment_list

 

Please try to check here and deactivate that.

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards,

Sarthak

 

View solution in original post

2 REPLIES 2

Sarthak Kashyap
Kilo Sage

Hi @sivaprasathkuma ,

 

These buttons usually appears from Declarative Active - List Actions

SarthakKashyap_0-1761845194816.png

Table name for your reference - sys_declarative_action_assignment_list

 

Please try to check here and deactivate that.

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards,

Sarthak

 

I dont see List Actions under now experience framework. but I opened the table sys_declarative_action_assignment_list' and found the action with the name.

Thanks @Sarthak Kashyap