Skip to content

nancystodd/Mastering-ServiceNow-Scripting

 
 

Repository files navigation

Mastering ServiceNow Scripting

This is the code repository for Mastering ServiceNow Scripting, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

ServiceNow is gradually evolving as the platform of choice for IT Service management. Industry giants such as RedHat and NetApp have adopted ServiceNow for their operational needs. ServiceNow provides clients with an extra add-on when it comes to their baseline instances, as scripting can be used to customize and improve the performance of their instances. ServiceNow provides inbuilt JavaScript API for scripting and improving an instance using JavaScript.

This book will initially cover the basics of ServiceNow scripting and the appropriate time to script in a ServiceNow environment. Then, we will dig deeper into client-side and server-side scripting using JavaScipt API. We will also cover advanced concepts such as on-demand functions, script actions, and best practices. This book will act as an end-to-end guide to writing, testing, and debugging scripts in ServiceNow. We will also cover update sets for moving customizations between ServiceNow instances, Jelly scripts for making custom pages, and best practices for all types of script in ServiceNow.

At the end of this book, you will have hands-on experience of scripting in ServiceNow using the inbuilt JavaScript API.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

function onChange(control, oldValue, newValue, isLoading, isTemplate) {
    if (isLoading || newValue === '') {
        return;
    }

    //Type appropriate comment here, and begin script below

}

Hardware and Software Requirements

ServiceNow developer instance:

  1. Click the link https://developer.servicenow.com and then register.
  2. Once registered request an instance through the website.

Related Products

About

Mastering ServiceNow Scripting, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published