UI scripts

Home/System UI/UI scripts

Bringing the Update Set Picker back from the UI14 Gear Menu

By |2018-07-09T14:59:52-05:00August 28th, 2014|Categories: UI scripts|Tags: , , |

The ServiceNow Eureka release contains many new features and changes. Among these are some significant changes to the look and feel that are generally a very nice (and needed) improvement over previous versions of ServiceNow. I have heard a few complaints about the way that the Banner Frame has been reorganized though. Instead of having the [...]

Display Messages With UI Notifications

By |2018-07-09T14:59:52-05:00February 18th, 2014|Categories: Business rules, UI scripts|Tags: , |

Some time ago we showed you how to refresh the left navigation pane via a script. The server-side solution in that article utilizes ServiceNow’s UINotification object/class. On versions prior to Calgary, this is the Java class Packages.com.glide.ui.UINotification.  There’s another use for UI notifications. In addition to refreshing the left navigator, the object can also be used [...]

Modifying the Label of Form Fields With Client Scripts

By |2018-07-09T14:59:56-05:00October 10th, 2011|Categories: Script includes, UI scripts|Tags: , |

Please note that with the introduction of the Service Portal, many client-side scripting methods have been deprecated. The solution described in this article can now be accomplished using the ‘setLabel()’ method. To ensure that you are compliant with the latest functionality in ServiceNow such as the Service Portal, be sure to use the methods described in [...]

Highlight Selected Navigation Module

By |2018-07-09T14:59:57-05:00September 14th, 2011|Categories: UI scripts|Tags: , |

I received a client request last night asking if there was any way to provide some sort of additional highlighting to the currently-selected module in the left navigation. You’re probably already aware that when you click on a link in the left nav that link changes to a bold text. The client wanted to add a [...]

Go to Top