Book Image

ServiceNow Cookbook

By : Ashish Rudra Srivastava, Dustin Turner
Book Image

ServiceNow Cookbook

By: Ashish Rudra Srivastava, Dustin Turner

Overview of this book

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.
Table of Contents (14 chapters)
ServiceNow Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Creating the change/problem task from the incident task


Incident/problem/change may be inter-dependent. Let’s understand this by an example so if your support group has received many incidents INC0000075/ INC0000091/ INC0000059 and so on related to user account which may lead a problem ticket or an emergency change ticket to deploy the permanent fix of issue.  Out of the box, Service-Now provides functions to create a change or problem task from an incident task.

Getting ready

To step through this recipe, all you need is an active Service-Now instance, an ITIL or Admin role, and valid credentials.

How to do it...

  1. Open any browser standard browser.

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

  3. Go to the Incident application.

  4. Now, under incident application, click on Open module which will show all active incident records.

  5. You can select any incident task to create a problem/change task but for now let’s suppose you have opened INC0000044, now right click on incident form header through computer mouse as follows:

    Creating a change/problem ticket from an incident

  6. If you want to create a change task from an incident, then click on Create  Change. Once you click on the Create  Change button, Service-Now will redirect you to the change form with some of the basic fields auto-filled.

  7. If you want to create a problem task form incident, then click on Create  Problem. Once you click on Create  Problem, Service-Now will redirect you to the change form with some of the basic fields auto-filled:

    Problem task created Incident Form

  8. Now problem task PRB0040002 is created from INC0000044 with other information as well like Priority, Opened by and so on but INC0000044 will serve as a parent of problem task as follows:

    Problem-related Incident