Blog

GlideDialog Window Example

In ServiceNow, you can make great AJAX dialog windows (GlideDialogWindow). They use an UI Page that can insert, update, or delete records, prompt for interaction, or just about anything allowed in Javascript.

Read More

Table Row Counts

With large ServiceNow instances, a good test is to periodically check table size. If you want to run a script to find table row counts or build a "Table Row Counts" application within ServiceNow, this article will show you how!

Read More

Admin Login Notification

In some ServiceNow customer instances, there are certain accounts in ServiceNow that are to be used infrequently, like the “admin” account or certain executive accounts. Here is a simple way to keep track on those selected users via email notification.

Read More

Custom Field Styles

For some status fields, it is nice to have a visual indicator on the field and within the list. In this article, I will show how to change the label color of Incident State the form using a client script and field styles on the incident list.

Read More

User Reference Field Qualifiers

There are a few places in ServiceNow that some default Reference Qualifiers are often needed. For example, in the Incident Table, you can add a Reference Qualifier to restrict the Caller ID field to only show Active Callers. These are not setup OOB due to varying customer needs.

Read More

Stored Breadcrumbs

How to store the parent breadcrumbs within a ServiceNow table for reporting purposes. This is helpful for exporting table information into excel, in that you can sort on the Breadcrumbs field to determine a planned task’s level and sort Tasks in an appropriate hierarchical order.

Read More