Book Image

Microsoft System Center 2012 Service Manager Cookbook

Book Image

Microsoft System Center 2012 Service Manager Cookbook

Overview of this book

Microsoft System Center Service Manager (SCSM) offers enterprises a complete, integrated platform for automating and adapting IT Service Management best practices to your organization's requirements. "Microsoft System Center Service Manager Cookbook" provides you with real-world, immediately usable recipes which will show you how to configure and administer System Center Service Manager 2012 and understand how to solve particular problems and scenarios to take this tool further. In Microsoft System Center Service Manager Cookbook, you will get to grips with practical recipes which will show you how to configure and administer System Center Service Manager 2012. This cookbook features distinct recipes on the practical implementation of ITSM Frameworks and Processes, Microsoft System Center 2012 Service Manager Administration, how to configure Service Level Agreements (SLAs). It will also cover incident and problem management, the design of change and release management as well as implementing and editing security roles.
Table of Contents (20 chapters)
Microsoft System Center 2012 Service Manager Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Extending the Incident class with a new property


In this recipe we will take a look at extending an existing class with a new property. This can be done when you want to keep track of something that isn't available by default. You might want to keep track of the Incident discovery date for instance. That's not a property of the Incident class by default, so if you would like to do so you will have to extend the class.

Getting ready

Make sure you have downloaded and installed the Authoring Tool. Note that the version of the Authoring Tool has to match the version of your Service Manager installed.

Download the Authoring Tool available at http://www.microsoft.com/en-us/download/details.aspx?id=28726.

How to do it...

  1. Start the Service Manager Authoring Tool.

  2. Locate Class Browser and click on the Reload Content button.

  3. Enter Incident in the Search field and hit Enter.

  4. Locate the Incident class, right-click on it and select View.

  5. The Incident class should now be displayed in a read-only mode. In order...