mark@stanger.ws

Home/Mark Stanger

About Mark Stanger

This author has not yet filled in any details.
So far Mark Stanger has created 215 blog entries.

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

User Object Cheat Sheet

By |2021-06-23T07:02:21-05:00June 23rd, 2021|Categories: Scripting|Tags: , , , |

N o matter what system you’re working in, it is always critical to be able to identify information about the user who is accessing that system. Being able to identify who the user is, what their groups and/or roles are, and what other attributes their user record has are all important pieces of information that allow [...]

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

Service Portal-style Homepage Widgets

By |2018-07-09T14:59:51-05:00April 27th, 2017|Categories: System UI|Tags: , , |

ServiceNow has done a good job in creating a nice-looking customer service portal in recent releases. Although there are still some frustrating API limitations, overall it’s a nice improvement and is a good choice if you’re looking to roll out a customer service portal in ServiceNow. Depending on your organization, you may not be ready to [...]

Go to Top