Book Image

Microsoft System Center 2016 Service Manager Cookbook - Second Edition

By : Steve Buchanan, Steve Beaumont, Anders Asp, Dieter Gasser, Andreas Baumgarten
Book Image

Microsoft System Center 2016 Service Manager Cookbook - Second Edition

By: Steve Buchanan, Steve Beaumont, Anders Asp, Dieter Gasser, Andreas Baumgarten

Overview of this book

Keep your organization up to speed with the Microsoft System Center 2016 Service Manager Cookbook. Over 100 practical recipes for SCSM 2016 give you all the tools to master IT service management.
Table of Contents (23 chapters)
Microsoft System Center 2016 Service Manager Cookbook - Second Edition
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Creating and personalizing Change Management Activity notifications


In SCSM 2016 it is possible to send notifications to "Reviewers" of Review Activities and "Implementers" of Manual Activities. This is helpful because different activities in a Change Request will change their status during the Change Management process. For instance, a Manual Activity status changes from Pending to In Progress after a previous Review Activity is approved.

This recipe will show how this notification workflow can be configured.

Getting ready

There are two ways to create a notification in SCSM 2016.

The first one is to navigate to Administration | Notification | Subscription | Create Subscription. The wizard will lead you through the creation of the notification.

The second method is to configure a workflow by navigating to Administration | Workflows | Configuration and selecting the relevant process type.

We will use the second method and it is described in detail in this recipe. The major difference between these...