
How To Use GlideAjax in ServiceNow – A Complete Guide
What Is GlideAjax? If you’re a ServiceNow Admin or Developer, then you know what it’s like to be working on a client side script, when … Read more
A ServiceNow Blog & Newsletter
What Is GlideAjax? If you’re a ServiceNow Admin or Developer, then you know what it’s like to be working on a client side script, when … Read more
When you’re performing bulk operations via script, you want to make sure that you keep “data integrity” in mind, of the records and tables you’re … Read more
What Is A Scheduled Job? A scheduled job in ServiceNow is an action (usually a script) that is executed, based on a schedule. Say for … Read more
If you’re a ServiceNow Admin, you first off understand what an update set is, and you understand what types of records are captured, and which … Read more
There are a couple of ways to add a worknote to an incident. Below, we’ll cover adding a work_note to an incident with a business … Read more
When scripting in ServiceNow, you’ll frequently have to create conditional statements around users and their group membership. Based upon what group a certain user is … Read more
This script will print all of the groups a member is in, in ServiceNow. Below, we query the [sys_user_grmember] table and find all of the … Read more
Scripting around dates and time in ServiceNow has caused every ServiceNow Engineer some pain at a certain point. Here’s how to get the current date … Read more
When you’re scripting with reference field’s and sys_id’s, understanding how to use getDisplayValue() is incredibly useful. Anytime you see a reference field on a form, … Read more
When you are scripting around the current user, you’ll find that the user object comes in handy. There are often times you’ll need to perform … Read more