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 Update GlideRecord in ServiceNow While Bypassing Data Policies: A Practical Guide
When developing or maintaining applications on the ServiceNow platform, there are times when updates need to be made to records...


ServiceNow gs.eventQueue: A Guide to Event-Driven Automation
If you're working with ServiceNow, you've likely encountered the powerful method gs.eventQueue() for automating notifications based on...


Using Reference Qualifiers with Lookup Select Box Variables in ServiceNow
In ServiceNow, reference qualifiers are used to filter the data returned for a reference field. When applied to Lookup Select Box...


Understanding "gel('sysparm_item_guid').value" in ServiceNow
If you've been working with ServiceNow client-side scripts, particularly around catalog items and order guides, you may have encountered...


Tracking Background Scripts Execution History in ServiceNow
ServiceNow's Background Scripts feature is a powerful tool widely used by administrators and developers to execute scripts directly...


Adding a Direct Link In ServiceNow Forms
ServiceNow is a powerful platform for managing various IT and business processes. Often, users filling out forms need quick access to...


Using Modal Windows in ServiceNow UI Actions
ServiceNow's Agent Workspace provides a streamlined and efficient interface for agents. A common requirement for developers is to trigger...


Streamlining Attachment Management in ServiceNow: Using GlideSysAttachment.copy
ServiceNow often requires the ability to manage attachments across different records. Whether it's copying supporting documents from a...


Opening Links in a New Window or Tab from ServiceNow UI Actions
When developing within ServiceNow, you might encounter scenarios where a UI Action, such as a button click, needs to open a specific URL...


Searching Script Fields in ServiceNow Workflow Activities
For ServiceNow developers and administrators, workflows are the backbone of many automated processes. These workflows often contain...


Customizing the "View All" List in ServiceNow Service Portal
The ServiceNow Service Portal offers a user-friendly interface for end-users to interact with various services. The "Simple List" widget...


Why "Matches Regex" and "Matches Pattern" Might Not Be Best Practices
In the world of ServiceNow, efficiently filtering data is crucial for various tasks, from configuring reference fields in Record...


How to Display Multiple Columns in a List Collector on ServiceNow Service Portal
In ServiceNow, a List Collector is a catalog variable type that allows users to select multiple records from a list of available items....


Redirecting Users After ServiceNow Record Producer Submission in Service Portal
ServiceNow's Service Portal offers a user-friendly interface for accessing services and submitting requests. A key component of this...


ServiceNow Errors: Understanding "Unhandled Exception in GlideAjax"
As a ServiceNow developer, you've likely encountered the need for client-side scripts to interact with server-side logic. GlideAjax is a...


Resolving the "cross-scope access" Error
ServiceNow's application scoping provides a robust way to manage and protect custom development efforts. However, when working with...


ServiceNow REST API Integrations: Sending JSON Payloads Correctly
Integrating ServiceNow with external systems often involves sending data via REST APIs. When using the POST method, it's common to send...


Retrieving the Current Page sys_id in ServiceNow’s Service Portal
In ServiceNow’s Service Portal, every portal page is a record identified by a unique sys_id . Being able to retrieve the current page’s...


ServiceNow onChange Script Error: “TypeError: $ is not a function” – Causes and Solutions
Encountering the error “onChange script error: TypeError: $ is not a function” in ServiceNow can be perplexing for developers. This...


Deleting Attachment Programmatically in ServiceNow
Attachments in ServiceNow can be incredibly useful for providing context and supporting information for various records. However, there...
bottom of page