Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
ServiceNow Cookbook
ServiceNow Cookbook

ServiceNow Cookbook: Acquire key capabilities for the ServiceNow platform

Arrow left icon
Profile Icon Ashish Rudra Srivastava Profile Icon Turner
Arrow right icon
AU$36.99 AU$53.99
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.7 (3 Ratings)
eBook Feb 2017 376 pages 1st Edition
eBook
AU$36.99 AU$53.99
Paperback
AU$67.99
Subscription
Free Trial
Renews at AU$24.99p/m
Arrow left icon
Profile Icon Ashish Rudra Srivastava Profile Icon Turner
Arrow right icon
AU$36.99 AU$53.99
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.7 (3 Ratings)
eBook Feb 2017 376 pages 1st Edition
eBook
AU$36.99 AU$53.99
Paperback
AU$67.99
Subscription
Free Trial
Renews at AU$24.99p/m
eBook
AU$36.99 AU$53.99
Paperback
AU$67.99
Subscription
Free Trial
Renews at AU$24.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

ServiceNow Cookbook

Chapter 2. Performing Core Configuration and Management Tasks

In this chapter, we will cover the following recipes:

  • Setting up basic configuration
  • Understanding LDAP servers
  • Understanding user administration
  • Understanding group administration
  • Using Service-Now plugins
  • Configuring the Service-Now form
  • Configuring UI policies on Service-Now forms
  • Configuring UI actions on forms
  • Understanding deployments or update sets
  • Getting into CMDB
  • Setting up an SLA/OLA/underpinning contract
  • Setting up system rules
  • Understanding the system dictionary
  • Understanding the Service-Now tables schema
  • Getting into system security

Introduction

After purchasing Service-Now, the customer receives one production instance and two non-production instances, which are out-of-the-box and need to be configured as per your organization's requirements. In this chapter, you will learn to perform core configuration and management activities.

Setting up basic configuration

From Service-Now, a customer receives an out-of-the-box instance. Note that each and every organization has its own marketing and branding policies for IT applications. Basic configuration is an essential part of a Service-Now instance, in which you need to configure the entire Service-Now website (portal or frontend) for end users. From the IT point of view (where you can see incident, problem, change, self-service, and other such modules), you are allowed to change the theme of Service-Now and split the application pane at your convenience.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and admin role.

How to do it...

  1. Open any standard web browser.
  2. Type the Service-Now instance web address provided by your company in the address bar (http://{instance_name}.service-now.com).
  3. If you want to change the logo of service-now instance then on left hand side in the search box, type system properties and...

Understanding LDAP servers

If the LDAP server is the master source of user date, then it won't be wrong. Out of the box, Service-Now provides a built-in LDAP server, so for streamlined user access, you can integrate your company's Active Directory with Service-Now, so whoever is in the company's Active Directory is allowed to log in with their company Windows or system credentials.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role.

How to do it...

  1. Open any standard web browser.
  2. Type the Service-Now instance web address provided by your company in the address bar (http://{instance_name}.service-now.com).
  3. Type system ldap on the left-hand side, and service now will search out the module. Now you need to click on Create New Server:
    How to do it...

    System LDAP

  4. You have to configure it to streamline user access, as follows:
    • Type of LDAP Server: Active Directory (You can give your own name)
    • Server...

Understanding user administration

Users are a critical part of any organization, and application access should be smooth, so for streamlined access to applications, you can integrate Service-Now with your company's LDAP server. Out of the box, Service-Now provides an LDAP server and user administration modules for configuration.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role.

How to do it...

  1. Open any standard web browser.
  2. Type the Service-Now instance web address provided by your company in the address bar (http://{instance_name}.service-now.com).
  3. After login, type user admin on left hand side in the search box and Service-Now will search out application for you as follows:
    How to do it...

    User administration module

  4. Under the User Administration module, Service-Now provides many other modules, but I'll cover a few key modules in this recipe.
  5. The Users module is the place where Service-Now holds all...

Understanding group administration

A group is a logical combination of the same skill set or common purpose. In an IT support environment, there may be many support personnel with the same skill set but different levels, such as L1, L2, and L3, where L3 are experts and L1 may have beginners.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and admin role.

How to do it...

  1. Open any standard web browser.
  2. Type the Service-Now instance web address provided by your company in the address bar (http://{instance_name}.service-now.com).
  3. Type your credentials in respective fields.
  4. After login, type user administration on left hand side in the search box and Service-Now will search out application for you. Now click on Groups module as shown following:
    How to do it...

    Group module

  5. After clicking, you will see Groups records, as shown here, where you need to select the New button:
    How to do it...

    Group Records

  6. After clicking, you will need to configure the group, as follows...

Introduction


After purchasing Service-Now, the customer receives one production instance and two non-production instances, which are out-of-the-box and need to be configured as per your organization's requirements. In this chapter, you will learn to perform core configuration and management activities.

Setting up basic configuration


From Service-Now, a customer receives an out-of-the-box instance. Note that each and every organization has its own marketing and branding policies for IT applications. Basic configuration is an essential part of a Service-Now instance, in which you need to configure the entire Service-Now website (portal or frontend) for end users. From the IT point of view (where you can see incident, problem, change, self-service, and other such modules), you are allowed to change the theme of Service-Now and split the application pane at your convenience.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and admin role.

How to do it...

  1. Open any standard web browser.

  2. Type the Service-Now instance web address provided by your company in the address bar (http://{instance_name}.service-now.com).

  3. If you want to change the logo of service-now instance then on left hand side in the search box, type system properties and select...

Understanding LDAP servers


If the LDAP server is the master source of user date, then it won't be wrong. Out of the box, Service-Now provides a built-in LDAP server, so for streamlined user access, you can integrate your company's Active Directory with Service-Now, so whoever is in the company's Active Directory is allowed to log in with their company Windows or system credentials.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role.

How to do it...

  1. Open any standard web browser.

  2. Type the Service-Now instance web address provided by your company in the address bar (http://{instance_name}.service-now.com).

  3. Type system ldap on the left-hand side, and service now will search out the module. Now you need to click on Create New Server:

    System LDAP

  4. You have to configure it to streamline user access, as follows:

    • Type  of  LDAP  Server: Active  Directory (You can give your own name)

    • Server  name: AD Server

    • Server  URL: ldap://10.10...

Understanding user administration


Users are a critical part of any organization, and application access should be smooth, so for streamlined access to applications, you can integrate Service-Now with your company's LDAP server. Out of the box, Service-Now provides an LDAP server and user administration modules for configuration.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role.

How to do it...

  1. Open any standard web browser.

  2. Type the Service-Now instance web address provided by your company in the address bar (http://{instance_name}.service-now.com).

  3. After login, type user admin on left hand side in the search box and Service-Now will search out application for you as follows:

    User administration module

  4. Under the User  Administration module, Service-Now provides many other modules, but I'll cover a few key modules in this recipe.

  5. The Users module is the place where Service-Now holds all Service-Now user accounts.

  6. Click on...

Understanding group administration


A group is a logical combination of the same skill set or common purpose. In an IT support environment, there may be many support personnel with the same skill set but different levels, such as L1, L2, and L3, where L3 are experts and L1 may have beginners.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and admin role.

How to do it...

  1. Open any standard web browser.

  2. Type the Service-Now instance web address provided by your company in the address bar (http://{instance_name}.service-now.com).

  3. Type your credentials in respective fields.

  4. After login, type user administration on left hand side in the search box and Service-Now will search out application for you. Now click on Groups module as shown following:

    Group module

  5. After clicking, you will see Groups records, as shown here, where you need to select the New button:

    Group Records

  6. After clicking, you will need to configure the group, as follows:

    • Name: ServiceNow...

Using service-now plugins


Service-Now provides functionalities or features in the form of system modules. Usually, modules are activated by default, but if you want to add additional functionality, then you can consider system plugins. Plugins are like small software components that provide features and functionality as an option. Let's better understand this with an example: Data Archive is a plugin that is not activated by default. The size of the data increases in Service-Now according to the time that has passed; for example, an incident more than a year old is less significant as compared to a current incident, and old data may affect the performance of queries and reports.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role.

How to do it...

  1. Open any standard web browser.

  2. Type the Service-Now instance web address (http://{instance_name}.sservice-now.com) provided by your company in the address bar. Now, enter your...

Configuring the Service-Now form


Configuration of the Service-Now form is critical as it holds a lot of information regarding the user, issues, impact, priority and assignment groups, and so on. In this recipe, you will see how you can configure the form as per your requirement.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role. We are configuring the incident form in this recipe, but you can similarly configure any other form.

How to do it...

  1. Open any standard web browser.

  2. Type the Service-Now instance web address (http://{instance_name}.service-now.com) provided by your company in the address bar. Now, enter your credentials in respective fields.

  3. Go to the Incident applications and click on the Create New module:

    Incident module form configuration

  4. Now, you will able to view a new Incident form.

  5. On the Incident form header, hover the mouse cursor and right-click:

    Incident form configuration

  6. After right-clicking, a header...

Configuring UI policies on Service-Now forms


UI policies are applied to the Service-Now form to customize the behavior of the form, such as read-only access or showing or hiding a field base on a condition. Keep in mind that UI policies run after the client script does.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role.

How to do it...

  1. Open any standard web browser.

  2. Type the Service-Now instance web address (http://{instance_name}.service-now.com) provided by your company in the address bar. Now, enter your credentials in respective fields.

  3. Go to the Incident module and click on the Create New module.

  4. Right-click on the header of Incident form.

  5. Click on Configure and then on UI policies:

    UI Policy button

  6. Now you will be able to see the UI Policies page, as shown in the following diagram. Here, you need to click on the New button:

    UI policies records

  7. Now you need to configure the UI policy as follows:

    • Table: Incident [incident...

Configuring UI actions on forms


A UI action is a form button used to perform actions, such as saving a record or creating a new ticket, change ticket, or problem ticket.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role.

How to do it...

  1. Open any standard web browser.

  2. Type the Service-Now instance web address (http://{instance_name}.service-now.com) provided by your company in the address bar. Now, enter your credentials in respective fields.

  3. Go to the Incident Application and click on the Create New module.

  4. Now, you will view an empty incident form or on existing incident form right-click on the header of the incident form through mouse and click on Configure and then on UI Actions option:

    UI Action button

  5. You will now see all the UI actions of the table. You need to click on the New button, as shown here:

    New UI actions

  6. Now, you will see the UI Actions page, which needs to be configured as follows:

    • Name: Take this task ...

Understanding deployments or update sets


An update can be considered as a customized package of development items; you know by now that any Service-Now customer gets three instances or environments: One production and two non production. So, all new requirement or development work is done on the development instances, and all end-user testing is done on the testing environment. Once everyone is happy, the code is deployed in the production environment, but remember that only configuration can be captured in the update set, not data. To read more about update sets, click on http://wiki.servicenow.com/index.php?title=Using_Update_Sets#gsc.tab=0.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role.

How to do it...

  1. Open any standard web browser.

  2. Type the Service-Now instance web address (https://{instance_name}.service-now.com) provided by your company in the address bar. Now, enter your credentials in respective fields.

  3. Type...

Getting into CMDB


CMDB stands for configuration management database. Let's understand this with an example. For instance, if you purchase a laptop, then you can easily maintain or install software, but in an enterprise environment with, say, 10,000 systems in different locations, it's not an easy task to maintain (monthly patching, installing new software security, and so on) such large numbers; that's why asset management tools are on the market; they search for devices and store them in Service-Now CMDB tables.

Getting ready

To step through this recipe, you should have an active Service-Now instance, valid credentials, and an admin role.

How to do it...

  1. Open any standard web browser.

  2. Type the Service-Now instance web address (https://{instance_name}.sservice-now.com) provided by your company in the address bar. Now, enter your credentials in respective fields.

  3. Type configuration in the search box, and Service-Now will search the module for you:

    Configuration management module

    Note

    It is important...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Solve problems and challenges encountered while implementing or using ServiceNow in your organization
  • Helps you build core administration, management, and maintenance skills to automate and orchestrate your IT environment
  • Comes with recipes to improve the way you design and create automated workflows

Description

ServiceNow is the ideal platform for you to create enterprise-level applications, giving borh requesters and fulfillers better visibility and access to a process. With this title we’ll guide you through the world of ServiceNow, letting you take on the best the platform offers you with the least amount of hassle. Starting with the core configuration and management tasks, this book will help you build data-driven apps and it will also explore development best practices. You will learn to set up email notifications for users and work with the database view for reporting. Next, the book will guide you through creating various tasks from the workflow and show you how to make the most of the workflow utilities available in ServiceNow. Finally, the book will drive you through the auditing and diagnosing aspects of ServiceNow. By the end of this book, you will acquire immediately applicable skills to rectify everyday problems encountered on the ServiceNow platform.

Who is this book for?

This book targets IT professionals and administrators who have some experience of working with ServiceNow already and are looking to solve regular or unique problems that surface when using ServiceNow. It’s advisable to have a basic level of administration experience with ServiceNow. Familiarity with JavaScript is assumed.

What you will learn

  • Grasp the basics, such as entering and navigation, required to implement ServiceNow
  • Perform core configuration and management tasks
  • Use the ServiceNow plugins to manage development
  • Build and publish custom applications for service management
  • Design data-driven apps to connect with outside worlds by getting into Client and server scripting
  • Configure alerts and notifications and understand e-mail troubleshooting and watermarking
  • Build and configure reports to set up your dashboard as per the requirement
  • Create and configure workflow activities

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Feb 28, 2017
Length: 376 pages
Edition : 1st
Language : English
ISBN-13 : 9781785884139
Vendor :
ServiceNow
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Feb 28, 2017
Length: 376 pages
Edition : 1st
Language : English
ISBN-13 : 9781785884139
Vendor :
ServiceNow
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
AU$24.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
AU$249.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just AU$5 each
Feature tick icon Exclusive print discounts
AU$349.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just AU$5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total AU$ 234.97
ServiceNow Cookbook
AU$67.99
Learning ServiceNow
AU$75.99
Mastering ServiceNow
AU$90.99
Total AU$ 234.97 Stars icon

Table of Contents

7 Chapters
1. Getting Started with Service-Now Chevron down icon Chevron up icon
2. Performing Core Configuration and Management Tasks Chevron down icon Chevron up icon
3. Building Data-Driven Application Chevron down icon Chevron up icon
4. Configuring Alerts and Notifications Chevron down icon Chevron up icon
5. Building and Configuring Reports Chevron down icon Chevron up icon
6. Creating and Configuring Workflow Activities Chevron down icon Chevron up icon
7. Auditing and Diagnosing Service-Now Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.7
(3 Ratings)
5 star 0%
4 star 66.7%
3 star 33.3%
2 star 0%
1 star 0%
Amazon Customer Mar 28, 2017
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Best for them who want to switch to the Service-Now and don't know how to start so this book can answer most of them. It has a nice balance of theory and examples which you will able to easily understand.
Amazon Verified review Amazon
V.A. Murphy Aug 29, 2017
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Useful to understand the ServiceNow platform and prepare for basic development.
Amazon Verified review Amazon
Manish Upadhyay Oct 15, 2017
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
For topicwise need to includes GlideAjax and GlideRecord also.Need some defitions also
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.