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

Creating your own forms


In the recipe Creating new classes, we have added a class to Service Manager to hold instances of peripheral devices in our CMDB. While the generic form that was used to manage the devices might be sufficient, you are still likely to come into the situation where you want to have control over what controls to display, and the layout of the form.

The Service Manager 2012 form infrastructure not only allows for the existing forms to be customized, but also offers the capability to add new forms.

In this recipe, we will walk you through the steps required to create your custom form using the Authoring Tool.

Getting ready

It is recommended that you follow the instructions in the recipe Using the SCSM Authoring Tool to get familiar with the user interface of the System Center 2012 Service Manager Authoring Tool. Also, you will need to be familiar with the process of sealing management packs, as explained in the recipe Sealing Management Packs earlier in this chapter.

You will...