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 buttons on Glide Dialog Window

Daryll Conway
Giga Guru

find_real_file.png

I'm trying to remove the circled section from a Glide Dialog Window. I know I can do this with DOM manipulation but I'm wondering if there is a SN method I can use to remove these?

1 ACCEPTED SOLUTION

Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

Since it's a GlideDialogWindow I guess you can restrict those ui action to not show with the "UI Action Visibility" that you have on the UI Action at the bottom. With this you can restrict on what views those ui action should be visible on.


View solution in original post

3 REPLIES 3

Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

Since it's a GlideDialogWindow I guess you can restrict those ui action to not show with the "UI Action Visibility" that you have on the UI Action at the bottom. With this you can restrict on what views those ui action should be visible on.


Great solution, many thanks Goran.


No problemo 😃