Background Scripts

How to Use Background Scripts

What? Background Scripts are Service-Now’s most direct method to run JavaScript directly against the server. This makes them an excellent way to test out the code intended for use in Script Includes, Scheduled Jobs, and Business Rules. Additionally, this is… Read More ›

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 ›