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

Customizing default forms


In the previous recipes, we have learned how to extend classes and create new classes in Service Manager 2012. Obviously, when you customize the classes available in Service Manager, you would want to be able to create and edit instance of you custom classes through the console.

Although Service Manager 2012 includes a generic form for unknown classes and the Extensions tab for unknown class extensions, you might want to have control over how the forms look like in order to improve the usability of the console.

The System Center 2012 Service Manager Authoring Tools allows you to customize existing forms and also create new forms for your custom classes.

In this recipe, we will walk you through the process of adding controls to the existing Windows Computer form. We will use the class extension we created in recipe Extending Service Manager classes earlier in this chapter.

Getting ready

It is recommended that you follow the instructions in the first recipe Using the...