Learn the best way to point to a particular group record from a script.
Background Scripts
Developer Search 2.0
Introducing Developer Search 2.0! Stop all the painful hunting for that troublesome piece of code and simplify your life with search.
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 ›