Category: Scripting
-
Mastering ServiceNow Script Debugging for Enhanced HR Service

This comprehensive guide not only outlines various debugging methods but also offers real-world customer examples for clarity. Additionally, it provides insights into the essential roles, security measures, and expert tips from seasoned developers.
-
ServiceNow Admin 101: Observations on Database Views, Part I
Posted by Steve Bell (Cloud Sherpas) in Developer Community on May 1, 2016 2:13:38 PM NOTE: ON APRIL 1, 2016 ACCENTURE COMPLETED THE ACQUISITION PROCESS OF CLOUDSHERPAS. AT THAT TIME THE CLOUDSHERPAS BLOG SITES WERE DOWNED FOREVER. THIS IS THE RE-PUBLICATION OF STEVE BELL’S ARTICLE FROM July 14, 2014…
-
Service-Now JavaScript Library Resource
Originally posted on GarrettNow: Something that is missing when you get started with Service-Now development: a package of tools to make a developer’s life easier. A good part of the reasoning behind this, is that Service-Now intends for you to do all development directly in your development instance. They’ve provided…
-
Bringing the Update Set Picker back from the UI14 Gear Menu
Bringing the Update Set Picker back from the UI14 Gear Menu Originally posted on 28 August 2014 by Mark Stanger (aka SNCguru) The #ServiceNow Eureka release contains many new features and changes. Among these are some significant changes to the look and feel that are generally a very nice (and needed) improvement…
-
Service-Now data pull – python vs perl
Originally posted on Techeute: Service-now is a IT service management software that hosts a wide ranging list of reports from different modules of IT services that are organized into tables. ServiceNow publishes its underlying table structures and associated data that can be pulled via SOAP query. This can be achieved through any scripting…
-
AngularJS UI Page Framework
Originally posted on Jeff Benedict: I struggled with how to title this blog for I originally set out to show an example of how to create a single page application using AngularJS on the ServiceNow framework and ended up with a way to create multiple applications using a set of tables…
-
GlideAjax and JSON
Originally posted on Jeff Benedict: In the last month I have been doing quite a bit of client side JavaScript using jQuery and AngularJS and initially had some challenges working with these frameworks and the ServiceNow GlideAjax object due to only being able to pass string values as a parameter. For…
-
Workaround For GlideRecord SetWorkflow (false) Issue
Originally posted on ServiceNow Gems: As part of the GlideRecord API comes the function setWorkflow(false) . If you’ve never used this before, essentially this function switches off the running of any subsequent business rules or workflows. This is really useful in a number of scenarios, for example when you need…
-
How to Use Background Scripts
Originally posted on GarrettNow: What? Background Scripts are Service-Now’s most direct method to run JavaScript directly against the server. This makes them an excellent way to test out the code intended for use in Script Includes, Scheduled Jobs, and Business Rules. Additionally, this is one of the best ways to…
-
Dealing with XML API – Parsing the SOAP response
Originally posted on Techie Geek: Not gonna really try and show off anything here – but the documentation for XML API is a bit foggy and I want to share this. I tried to use a few common XML API calls that are a bit of a challenge to find…


You must be logged in to post a comment.