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
€18.99 per month
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.7 (3 Ratings)
Paperback Feb 2017 376 pages 1st Edition
eBook
€20.98 €29.99
Paperback
€36.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Ashish Rudra Srivastava Profile Icon Turner
Arrow right icon
€18.99 per month
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.7 (3 Ratings)
Paperback Feb 2017 376 pages 1st Edition
eBook
€20.98 €29.99
Paperback
€36.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€20.98 €29.99
Paperback
€36.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
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 : 9781785880520
Vendor :
ServiceNow
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

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

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.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
€189.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 €5 each
Feature tick icon Exclusive print discounts
€264.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 €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 128.97
ServiceNow Cookbook
€36.99
Learning ServiceNow
€41.99
Mastering ServiceNow
€49.99
Total 128.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

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.