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 Retrieve and Optimize Reference Field Values in ServiceNow Client Scripts
Reference fields in ServiceNow are special fields that link to records on other tables. For example, the Caller field on an Incident...


Using getMessage("message key") in ServiceNow Client Scripts
In ServiceNow development, hard-coding text strings in scripts can lead to maintenance challenges and poor user experience for...


Checking if a ServiceNow User is a Member of a Group (Using Sys ID)
Verifying user group membership in ServiceNow is crucial for ensuring proper access control and workflow management in your IT...


Best Practices for Making Fields Read‑Only in ServiceNow
In ServiceNow, making certain form fields read-only is a common requirement to preserve data integrity and enforce business rules. A...


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


Ensuring Unique Values in ServiceNow Reference Variables
ServiceNow reference fields (e.g. in forms or catalog items) often provide dropdown selections for users. In some cases, duplicate...


How to Set the Default Sorting Order for a Simple List Widget in ServiceNow Service Portal
ServiceNow’s Simple List widget is a base system widget used to display lists of records from a specified table on a Service Portal...


ServiceNow gs.eventQueue: A Guide to Event-Driven Automation
ServiceNow is built on an event-driven architecture that allows the platform to respond to changes and trigger actions asynchronously. In...


ServiceNow Client Scripts: How to Retrieve Reference Field Display Values
In ServiceNow, forms often display friendly names (display values) for reference fields, even though the underlying value is a cryptic...


How to Read URL Parameters in ServiceNow Client Scripts
Reading URL parameters in ServiceNow Client Scripts allows for dynamic form interactions and enhanced user experiences. URL parameters,...


How to Get Today's Date in MM-DD-YYYY Format in ServiceNow
Proper date formatting in ServiceNow scripts ensures accuracy, clarity, and consistency, particularly when working with international...


ServiceNow gs.getUser().hasRole('anytext') Always Returns True – Understanding the Issue and Solutions
The hasRole() function in ServiceNow is a common tool used by developers and administrators to verify user roles within scripts and UI...


ServiceNow Client Scripts: Using the isMemberOf Function for User Group Validation
In ServiceNow client scripts, developers often need to tailor form behavior based on a user's group memberships. The isMemberOf function...


Understanding gs.getProperty in ServiceNow: A Practical Guide
ServiceNow administrators and developers frequently encounter scenarios requiring dynamic configurations that avoid hard-coded values....


ServiceNow Date Manipulation: Adding 14 Days to the Current Date with GlideDateTime
Date manipulation is a common requirement in ServiceNow development – from setting due dates and reminders to scheduling future tasks....


How to Trigger an Event from a UI Action Button in ServiceNow
Triggering events directly from a UI Action button in ServiceNow is a common yet essential task for many administrators and developers....


How to Autopopulate the Manager's Email Address in a ServiceNow Form
How to Autopopulate the Manager's Email Address in a ServiceNow Form When designing forms in ServiceNow, it's common to need certain...


Streamlining ServiceNow Development: Leveraging g_scratchpad in Business Rules and Workflows
In the dynamic world of ServiceNow development, efficiently sharing data across different execution contexts is a common requirement....
bottom of page