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 Securely Check Another User's Role in ServiceNow Client Scripts
When developing within ServiceNow, you might encounter scenarios where you need to determine if a particular user, who isn't the one...


Counting the Days: Calculating Date Differences in ServiceNow
When working within the ServiceNow platform, you'll often encounter scenarios where you need to determine the duration between two dates....


How to Set a Specific Field Color on ServiceNow Forms
In ServiceNow, improving user experience often involves visual enhancements to make forms intuitive and user-friendly. A common...


How to Automatically Populate Request Form Descriptions from a ServiceNow Catalog Item
When users submit a ServiceNow catalog item, they often provide specific inputs, such as a detailed description or a brief summary. While...


Triggering ServiceNow Scheduled Jobs on Demand: A Developer's Guide
ServiceNow's Scheduled Jobs are a powerful way to automate routine tasks at specific times or intervals. However, there are scenarios...


Navigating ServiceNow Data: When to Use hasNext() with GlideRecord
When working with data in ServiceNow using scripting, the GlideRecord object is your go-to tool for querying and manipulating records....


Delaying Business Rule Execution in ServiceNow
Are you looking to control the timing of your ServiceNow business rules? Perhaps you need a delay before a script runs, especially when...


Decoding ServiceNow Data Imports: Understanding the Sequence of Transform Scripts
Importing data into ServiceNow is a common task, and Transform Maps play a crucial role in ensuring that data lands in the correct tables...


How to Create a Button on the Incident Form in ServiceNow
ServiceNow's Incident Management module plays a crucial role in resolving IT service disruptions efficiently. Customizing the Incident...


Fetching Arrays of Data in ServiceNow: A Guide to Using GlideRecord with Client Scripts
ServiceNow developers often need to retrieve data from server-side tables and utilize it within client-side scripts to enhance user...


Dynamically Making ServiceNow Variables Read-Only on Your Requested Items
In the world of ServiceNow, controlling how users interact with data is crucial for maintaining data integrity and streamlining...


Validating Email Addresses in ServiceNow: Best Practices and Implementation
Ensuring the accuracy of email addresses is crucial for maintaining effective communication and preventing errors in ServiceNow...


Mastering String to Array Conversion in ServiceNow
ServiceNow stands as a cornerstone for modern digital workflows and service management, empowering organizations to streamline operations...


Streamlining ServiceNow Operations: A Comprehensive Guide to Copying Attachments Between Instances
In the dynamic landscape of ServiceNow deployments, the necessity to transfer attachments between different instances frequently arises....


Controlling the Delete Button on ServiceNow Forms
Managing the visibility and functionality of the "Delete" button on ServiceNow forms is essential for maintaining data integrity and...


Navigating Multiple UI Policies on a Single Field in ServiceNow
ServiceNow administrators often need to apply complex logic to form fields, leading to questions about using multiple UI policies on the...


How to Load Only Filters Without Records in a ServiceNow List View
When working with extensive tables in ServiceNow, such as sys_audit or syslog_transaction, users often encounter delays or even timeouts...


How to Reload a Page in ServiceNow Service Portal Using a Widget
Reloading a page dynamically within the ServiceNow Service Portal using a custom widget is a common requirement for many ServiceNow...


Decoding ServiceNow Record Producers: How to Access Your Variables in Scripts
ServiceNow Record Producers offer a user-friendly interface for submitting requests for services, information, or assistance. As a...


Tailoring the User Experience: Checking the View Name in ServiceNow Client Scripts
In the world of ServiceNow development, creating a user-friendly and context-aware experience is often a key requirement. One way to...
bottom of page