Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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
Mega 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
Mega 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