top of page
16 September 2025, 2pm-3pm NZST
Register for the Webinar
Experience the Future of Service Delivery with ServiceNow Agentic AI
Deliver faster, smarter, and more reliable IT services.
Agentic AI helps you resolve issues quickly, cut operational costs, and keep your business moving.


How to Query the Latest Record from a Table in ServiceNow
Retrieving the most recent record from a ServiceNow table is a common requirement for system administrators and developers. Whether...


How to Compare Two Dates (GlideDateTime) in ServiceNow Scripts
Comparing dates is a frequent requirement in ServiceNow development. Whether you're building business rules, scripting in workflows, or...


Streamline Your ServiceNow Catalog: Moving Existing Variables into a Variable Set
If you've managed complex catalog items in ServiceNow, you've probably faced the daunting task of reorganizing or consolidating...


Understanding current.isValidRecord() in ServiceNow
If you're a ServiceNow developer, you've likely encountered the current.isValidRecord() function. While the ServiceNow documentation...


Mastering Date Validation in ServiceNow: Ensuring Data Accuracy and Streamlining Workflows
Are you looking to enhance the accuracy of your ServiceNow data and streamline your workflows? Date validation is a crucial aspect of...


Navigating GlideRecord Arrays in ServiceNow: Resolving Common Data Duplication
ServiceNow developers frequently encounter the need to manipulate data retrieved from database tables through GlideRecord queries. One...


Setting Default List Columns in ServiceNow: A Comprehensive Guide
In ServiceNow, maintaining consistent and efficient data presentation is crucial for user productivity. One common requirement is to...


Reaching Your Global ServiceNow Users: Sending Email Notifications in Their Preferred Language
In today's interconnected world, many organizations rely on ServiceNow to streamline their workflows and communicate effectively with...


Stopping Business Rule Processing in ServiceNow Background Scripts
ServiceNow business rules are server-side scripts that execute whenever a record is displayed, inserted, updated, or deleted (or even...


Unleashing Dynamic Forms in ServiceNow with the Power of GlideAJAX
In the world of ServiceNow development, creating user interfaces that respond dynamically to user interactions is often a key...


Why You Should Not Use GlideRecord in ServiceNow Client Scripts
ServiceNow developers frequently utilize client scripts to provide dynamic and responsive interactions for users. A common question that...


Unlocking Sequential Data Analysis in ServiceNow: Comparing Previous and Current Records in GlideRecord Queries
For ServiceNow developers, the GlideRecord object is the workhorse for interacting with data. Often, you might encounter scenarios where...


Understanding and Using the Document ID Field in ServiceNow
The Document ID field in ServiceNow is a versatile and powerful feature that enables records to dynamically reference other records from...


Preventing Inserts and Allowing Updates Only in ServiceNow Transform Maps
ServiceNow transform maps are powerful tools for importing and transforming data from external sources into your ServiceNow instance. A...


How to Revert to a Previous Workflow Version in ServiceNow
Managing workflows effectively is crucial for maintaining the stability of your ServiceNow platform. However, there might be scenarios...


How to Move Updates Between Update Sets in ServiceNow
If you're a ServiceNow administrator or developer, managing update sets efficiently is crucial. Sometimes, changes inadvertently end up...


Understanding GlideRecord's initialize() Method in ServiceNow: When and How to Use It
If you've worked with scripting in ServiceNow, you've likely encountered the GlideRecord class, a powerful way to interact with records...


How to Use Advanced Reference Qualifiers to Display Group Members in ServiceNow
Advanced Reference Qualifiers in ServiceNow enhance user experience by limiting choices in a reference field based on specific criteria....


Understanding sys_id and current in GlideRecord Queries in ServiceNow
ServiceNow developers frequently use GlideRecord to query, manipulate, and manage records dynamically. Two key concepts that often cause...


How to Allow Only Numeric Data in Single-Line Fields in ServiceNow
When creating user-friendly forms in ServiceNow, ensuring the right type of input data is crucial. One common requirement is allowing...
bottom of page