by jmaxwell | Apr 25, 2016 | Blogs
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:...
by jmaxwell | Apr 20, 2016 | Script Include, URL Parse
There are a variety of methods available to retrieve the value of Parameters that are being passed in from a URL in ServiceNow. For those of you who are new to this concept, ServiceNow and most all other modern websites/platforms utilize this method to get data from...
by jmaxwell | Apr 16, 2016 | JSON, Script Include
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...
by jmaxwell | Apr 14, 2016 | JSON, REST
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...
by jmaxwell | Apr 13, 2016 | Scratchpad, Workflow
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...