UI actions

Home/Tag:UI actions

GlideDialogWindow: Advanced Popups Using UI Pages

By |2021-06-23T08:17:59-05:00June 23rd, 2021|Categories: System UI|Tags: , , , , , |

This article is the 3rd in a series of posts explaining the use of ‘GlideDialog’ in ServiceNow. If you want to see all of the articles I’ve written about GlideDialogWindow and popups in ServiceNow just use the tags at the bottom of this article. In this article I’ll show you how you can use GlideDialogWindow to [...]

GlideRecord Query Cheat Sheet

By |2021-05-20T10:57:45-05:00May 20th, 2021|Categories: Scripting|Tags: , , , |

Idoubt if there’s a single concept in Service-now that is more valuable to understand than how to use GlideRecord methods to query, insert, update, and delete records in your system. These methods have a wide variety of uses and are found at the heart of many of the business rules, UI actions, and scheduled job scripts [...]

Adding Icons to UI Action Buttons in ServiceNow

By |2019-08-22T14:07:31-05:00April 17th, 2017|Categories: Client scripts|Tags: |

It’s hard to believe that it’s been seven years since I wrote a post showing how you can use client scripts to manipulate the appearance of form UI action buttons. This solution has been used in countless ServiceNow instances to help add more clarity to form buttons and processes in the system. A few months ago, [...]

Comparing the Differences Between Two Strings

By |2017-02-11T06:38:59-06:00April 28th, 2014|Categories: Scripting, UI pages|Tags: , , |

In the Crossfuze Knowledge Turnkey, we’ve got a lot of great functionality. There are hundreds of updates that take the Knowledge Base to a whole new level. This includes full version tracking and the ability to revert to past versions for knowledge articles. When you’re looking at the various versions of a long article, however, it [...]

Go to Top