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...


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...


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...


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...


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...


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...


Understanding Dependent Choice Lists in ServiceNow
Are you looking to streamline your ServiceNow forms and guide users towards accurate data entry? Dependent choice lists, also known as...


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


Running Background Scripts in Scoped Applications on ServiceNow
When working within the ServiceNow platform, developers often rely on background scripts to execute quick database operations or perform...


Decoding ServiceNow: Where Multi-Row Variable Set Data Lives
Are you wrestling with Multi-Row Variable Sets (MRVS) in ServiceNow and wondering where the data actually resides? Perhaps you're...


Achieving Full-Width Containers in ServiceNow Service Portal
Are you looking to make your ServiceNow Service Portal pages more visually appealing and utilize the full screen width? Many ServiceNow...


Decoding gsftSubmit() in ServiceNow
Are you working with UI Actions in ServiceNow and scratching your head over the gsftSubmit() function? This powerful but often...


Unleash the Power of ServiceNow Tags
ServiceNow offers a wealth of features to streamline workflows and improve efficiency. Among these, tags provide a flexible way to...


How to Display the 'Post' Button in Scoped Applications
ServiceNow developers often seek to enhance the user experience in custom applications, especially when it comes to intuitive form...


Decoding ServiceNow Reference Variables: Why You See Sys IDs and How to Fix It
Are you a ServiceNow user struggling to understand why your reference variables are displaying cryptic sys IDs instead of meaningful...
bottom of page