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.


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


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


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


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


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


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 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....
bottom of page