UI scripts

Home/Tag: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 [...]

Login Terms and Conditions Dialog

By |2018-07-09T14:59:56-05:00October 12th, 2011|Categories: System Definition|Tags: , , , , |

ServiceNow provides various methods for logging users into an instance. Local login, LDAP, SAML, and Digested Token are all used pretty regularly by customers. One thing that is often requested, but usually not successfully addressed, is the need to have the logged-in user accept some terms or conditions of use before they are allowed to use [...]

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 [...]

Go to Top