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

UI Action should not be visible once it is clicked

RC19
Tera Expert

Hi All,

 

In agent workspace, We have a functionality that one of the field appears on form when a button is clicked. Now the requirement is to make this button disappear once it is clicked. Please suggest on how this can be done.

5 REPLIES 5

mahmoudabde
Tera Contributor

UI Action to display the button only u_pageops is False. add the following to the UI condition 

current.u_pageops == false;