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

Customizing default forms


In the previous recipes, we have learned how to extend and create new classes in Service Manager 2016. Obviously, when you do this you would want to be able update or create forms to include all of this new information.

Although Service Manager 2016 includes a generic form for classes missing their own forms, and the Extensions tab for custom class extensions, you might want to have control over how the forms look like in order to improve the usability of the console. This is where the System Center 2016 Service Manager Authoring Tools can help you, as it 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 the Extending Service Manager classes recipe earlier in this chapter.

Getting ready

In addition to having knowledge on how to use the Authoring tool and how you seal management...