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.

Hide UI Button on agent workspace

Community Alums
Not applicable

I want to hide Save button on agent worksapce  only when state is changed to reopen rest in other states it should be visible.

Can anyone tell how to achieve this?

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@Community Alums Find the Save button in list of UI Action, filter records with your table name. In the condition field of your UI Action check current.state!=reopen.

 

View solution in original post

2 REPLIES 2

Sandeep Rajput
Tera Patron
Tera Patron

@Community Alums Find the Save button in list of UI Action, filter records with your table name. In the condition field of your UI Action check current.state!=reopen.

 

Community Alums
Not applicable

issue still persists.When I am clicking on reopen request,save button is still visible.