ServiceNow Blogs Cheat Sheet

 In my years as a ServiceNow Administrator, Developer, and Implementer there have been a few blogs that have repeatedly been a great source of information. The list below contains the blogs that I most frequently have found useful:...
How to Debug an Object in ServiceNow?

How to Debug an Object in ServiceNow?

The following tools we will discuss today should give you some great options when it comes to debugging objects in ServiceNow. The first option we need to discuss is the “Xplore” (version 3.5 currently) utility by James Neale. If you are not using this...

How to Parse JSON Data?

I was working with a client recently who was just starting their journey into the world of Web Services using REST. This is a very powerful technology which allows two systems to exchange data using HTTP [POST (Create), GET (Read), PUT (Update/Replace), PATCH...

Workflow Scratchpad Tip

When working with the Workflow scratchpad object it is important to note a couple of things: Data can be placed on the Scratchpad for later use using the format of workflow.scratchpad.insert_new_var_name_here You can create variables on the Scratchpad that are any...