Gabriel FordanGabriel Fordan / ServiceNow Consultant

A better day
building in
ServiceNow.

Practical guides, useful scripts, and lessons from working with the platform. A little less figuring it out. A little more getting it done.

A note from the workbench.js
GlideRecord / Performance

Ask for less.
Get there faster.

A targeted query is a good place to start.

// Only the records you need
var incidents = new GlideRecord('incident');
incidents.addQuery('active', true);
incidents.setLimit(10);
incidents.query();
Read the query performance guide
Small improvements. Better everyday development.
Working with the platformDevelopmentIntegrationsAutomationAdministration

The notebook

Worth keeping open.

Browse all guides

The script library

A starting point for
your next solution.

54 ServiceNow examples across client scripts, business rules, integrations, and more. Find a pattern, understand it, and adapt it to your instance.

Open the script library

Let’s make the platform work for you.

Have a ServiceNow question or a project in mind?

Get in touch