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 Submit a ServiceNow Catalog Item via Script
Creating automated requests in ServiceNow is a common requirement, especially for routine tasks that recur regularly. One efficient...


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


Controlling the Order of Select Box Choices Using g_form.addOption in ServiceNow
Controlling the Order of Select Box Choices Using g_form.addOption in ServiceNow Properly ordering options in Select Box variables can...


How to Reload a Form from an onChange Client Script in ServiceNow
ServiceNow administrators frequently encounter scenarios where forms need dynamic refreshes based on user interactions. One common...


Understanding getXML() and getXMLWait() in ServiceNow
In ServiceNow development, GlideAjax is commonly used to fetch server-side data within client-side scripts without reloading the page....


Dynamic and Advanced Reference Qualifiers in ServiceNow: A Complete Guide
In ServiceNow development, filtering reference fields dynamically based on other field values is a common requirement. Dynamic and...


Understanding the Difference Between current and current.variables in ServiceNow
In ServiceNow scripting, especially within workflows, developers often encounter confusion about when to use current.variablename versus...


Using gs.sleep() in Business Rules: Best Practices for ServiceNow Developers
When working with ServiceNow's powerful platform, developers often explore ways to control execution timing within business rules. One...


Understanding 'Current' and 'Previous' in ServiceNow Business Rules
ServiceNow Business Rules are essential server-side scripts that execute during database operations like insertions, updates, deletions,...


Get Field Values from GlideRecord in ServiceNow
Getting accurate field values from GlideRecord objects is crucial when scripting in ServiceNow. While there are multiple ways to achieve...


Retrieving and Managing Form Section Names in ServiceNow
In ServiceNow, form sections help structure and organize related fields effectively, making forms intuitive and user-friendly. For...


How to Get and Use the Current Date in ServiceNow Client Scripts
In ServiceNow, client scripts are vital tools used to enhance user experience by providing real-time validation and immediate feedback. A...


ServiceNow Business Rules: Best Practices for Using After Business Rules
Business Rules in ServiceNow are essential scripts that execute on the server-side when records are inserted, updated, or deleted. Among...


How to Retrieve Field Values in ServiceNow Client Scripts Using g_form Methods
When creating client scripts in ServiceNow, accurately retrieving and setting field values is critical for ensuring seamless form...


How to Effectively Use gs.getMessage() for Translations in ServiceNow
As ServiceNow becomes increasingly popular among global enterprises, handling multilingual support has become essential. One common...


Calling Script Includes from UI Action Conditions in ServiceNow: A Practical Guide
Are you trying to control the visibility or behavior of UI Actions in ServiceNow based on complex logic? Leveraging Script Includes from...


How to Include Event Parameters in ServiceNow Email Notifications
When managing Service Level Agreements (SLAs) and automated notifications within ServiceNow, it's common to use event parameters to...


Fetching and Using the Current Date in ServiceNow: Business Rules, UI Actions, and Flow Designer
Setting the current date in a ServiceNow Business Rule is a common requirement for automating record updates and ensuring data...


Calculating the Difference Between Two Dates in ServiceNow
In ServiceNow development, date calculations play a crucial role in workflows and automation. Many business processes require measuring...
bottom of page