Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Learning ServiceNow
  • Toc
  • feedback
Learning ServiceNow

Learning ServiceNow

4.3 (16)
close
Learning ServiceNow

Learning ServiceNow

4.3 (16)

Overview of this book

This book is an updated version of Learning ServiceNow, that will cover the new and updated features of the ServiceNow platform. It will show you how to put important ServiceNow features to work in the real world, while introducing key concepts via examples of managing and automating IT services. It'll help you build a solid foundation of knowledge, and will demonstrate how to effectively implement and configure modules within ServiceNow. We'll show you how to configure and administer your instance, and then move on to building strong user interfaces and creating powerful workflows. We also cover other key elements of ServiceNow, such as notifications, security, reporting, and custom development. You will learn how to improve and automate your business' workflow and processes. By the end of this book, you will be able to successfully configure and manage ServiceNow like a pro.
Table of Contents (17 chapters)
close
16
Index

To get the most out of this book

There are a couple of things you'll need, before you set off on your journey toward becoming a ServiceNow developer:

Basic knowledge of JavaScript

JavaScript is the language that's used to interact with ServiceNow on both the client, and the server. While an administrator can do a lot of customization within ServiceNow without any code at all, any scripting you do will be done in JavaScript.

Note

There's a common saying: "'Java' is to 'JavaScript', as 'Car' is to 'Carpet'". The two are effectively unrelated. The language you need to know for ServiceNow development, is JavaScript.

A free developer instance of ServiceNow

ServiceNow is kind enough to provide a free development instance to anyone who wants one.

To request an instance, simply register for an account on https://developer.servicenow.com, and then click the Request Instance link on your account page.

A free developer instance of ServiceNow

When requesting an instance, you may select which version of ServiceNow you'd like. You can change this at any time down the road, but it often takes a few hours to do so.

A free developer instance of ServiceNow

This book deals primarily with the Jakarta, Kingston, and London versions of ServiceNow. If you're going to follow along in your own instance, we recommend doing so in either Jakarta, Kingston, or London.

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://www.packtpub.com/sites/default/files/downloads/LearningServiceNowSecondEdition_ColorImages.pdf.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. For example; " Here is an example of a scripted condition field using gs.hasRole()"

A block of code is set as follows:

var GetPropertyAjax = Class.create();  
GetPropertyAjax.prototype = Object.extendsObject(AbstractAjaxProcessor, {  
    getProp: function() {  
        var propName = this.getParameter('sysparm_prop_name');  
        return(gs.getProperty(propName));  
    },   
    type: 'GetPropertyAjax'  
});

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

var GetPropertyAjax = Class.create();  
GetPropertyAjax.prototype = Object.extendsObject(AbstractAjaxProcessor, {  
    getProp: function() {  
        var propName = this.getParameter('sysparm_prop_name');  
        return(gs.getProperty(propName));  
    },   
    type: 'GetPropertyAjax'  
});

Bold: Indicates a new term, an important word, or words that you see on the screen, for example, in menus or dialog boxes, also appear in the text like this. For example: "Select System info from the Administration panel."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete