Author Archives
A five year Service-Now veteran, who has tackled complex problems in virtually every part of the tool.
-
GlideAggregate Examples
Previously, I posted an example of how to get distinct records using GlideAggregate. Today I want to share some further powerful examples of GlideAggregate. First off, you can grab the JavaScript file for GlideAggregate showing all the functions you can… Read More ›
-
Getting Distinct Records
Every once in a while, I run into a situation where I need a list of distinct values from a table. The latest situation I ran into for this, I needed to get a distinct list of every user that… Read More ›