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.


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


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


Redirect Users Directly to Requested Items (RITMs) After Catalog Submission in ServiceNow
When building ServiceNow Service Portals, the user experience plays a crucial role in adoption and efficiency. Often, organizations using...


Dynamically Managing Choice Lists in ServiceNow: Clearing Options Except '--None--'
When creating dynamic and responsive Service Catalog items in ServiceNow, one common requirement is to adjust dropdown choices based on...


Understanding the getReference() Method in ServiceNow: Usage and Best Practices
In ServiceNow, efficient client-side scripting significantly enhances user experience by automating data retrieval and field population....


Keeping Track: Creating Effective Incident Aging Reports in ServiceNow
In the fast-paced world of IT service management, staying on top of incidents is crucial. Knowing how long incidents have been open,...


Guiding Users After Action: Understanding action.setRedirectURL() in ServiceNow
ServiceNow empowers users to interact with data and trigger processes through various UI elements, including UI Actions like buttons and...


Unlocking Client-Side Efficiency: Understanding the ServiceNow Scratchpad (g_scratchpad)
In the world of ServiceNow development, creating efficient and responsive user interfaces is paramount. Often, client-side scripts need...


Beyond the Basics: Leveraging ServiceNow Email Notifications for Custom Reports
ServiceNow offers a robust reporting engine, empowering users to easily visualize and analyze platform data. However, there are scenarios...


Empowering Users with Knowledge: Understanding and Creating Knowledge Articles in ServiceNow
In today's fast-paced work environment, quick access to information is crucial for efficiency and problem resolution. ServiceNow's...


Understanding the Difference Between gs.log() and gs.print() in ServiceNow
ServiceNow developers frequently encounter the methods gs.log() and gs.print() when scripting. While both functions are used to output...


Troubleshooting JavaScript indexOf() in ServiceNow: Best Practices & Common Errors
ServiceNow developers frequently encounter scenarios where checking the presence of specific text within a string is essential. One of...


How to Flush Cache in ServiceNow for Optimal Performance
Cache management in ServiceNow is vital for maintaining optimal system performance and ensuring that recent configuration changes take...


Calling a Function Within the Same Script Include in ServiceNow
ServiceNow Script Includes are a powerful way to organize and reuse server-side code. They allow developers to define functions or...


Mastering GlideRecord Queries: How to Use 'STARTSWITH' in ServiceNow
GlideRecord is a powerful feature in ServiceNow that allows users to efficiently query and manage data records. Often, administrators or...


Understanding the Difference Between server.get() and server.update() in ServiceNow
ServiceNow developers working with Service Portal widgets often encounter the methods server.get() and server.update() in server-side...


ServiceNow Scripting: Understanding GlideRecord.initialize() vs. GlideRecord.newRecord()
For ServiceNow developers, mastering the GlideRecord object is fundamental to interacting with the platform's database. When it comes to...


Editing ServiceNow Additional Comments: Best Practices & Step-by-Step Guide
In the dynamic world of ServiceNow, clear and accurate communication within records is paramount. The activity log, particularly the...


Essential Guide to Retrieving Reference Field Display Values in ServiceNow
When working with ServiceNow, client-side scripting plays a vital role in enhancing user experience and automating form interactions. A...
bottom of page