What is a Global Business Rule? These are business rules that are created with “Global” in the Table field. In the past these were used to define functions and other useful code that the developer wanted to use throughout the… Read More ›
Developers
Service-Now JavaScript Library Resource
Something that is missing when you get started with Service-Now development: a package of tools to make a developer’s life easier. A good part of the reasoning behind this, is that Service-Now intends for you to do all development directly… Read More ›
How to Report on Weekly Development
Monitor your teams weekly development activity with Development Report 1.0!
FruDevCon ’14: Come Meet Me!
Fruition Partners second annual ServiceNow development convention is in Chicago this October. Find out what I’ll be teaching!
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 ›
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 ›