UI Policies and the Negative Case

A UI Policy is one of the easiest to build and understand artifacts in the ServiceNow universe. At its most basic level, it takes no condition and does up to three actions: makes a field shown or hidden, editable or read-only, and/or mandatory or optional. That’s it! This is obviously an over-simplified scenario. Let’s take ... Read More

CatalogUtil – A GlideAjax Multi-tool

Customers of mine who use the service catalog tend to really use the service catalog. Many of them have big ambitions when it comes to what their catalog items, order guides, and record producers can do. This often results in leveraging GlideAjax in catalog client script, which means writing a corresponding script include to do ... Read More

Detecting Order Guides in Service Portal

I was building a catalog solution recently, an order guide that wraps up all the access management catalog items into one place. This access management order guide is intended to be used when someone identifies that they need access to a new system (or system that is new to them) or additional access in something ... Read More