Book Image

Learning ServiceNow

By : Sylvain Hauser
Book Image

Learning ServiceNow

By: Sylvain Hauser

Overview of this book

This book shows you how to put important ServiceNow features to work in the real world. We will introduce key concepts and examples on managing and automating IT services, and help you build a solid foundation towards this new approach. We’ll demonstrate how to effectively implement various system configurations within ServiceNow. We’ll show you how to configure and administer your instance, and then move on to building strong user interfaces and creating powerful workflows. We also cover other key elements of ServiceNow, such as alerts and notifications, security, reporting, and custom development. You will learn how to improve your business’ workflow, processes, and operational efficiency. By the end of this book, you will be able to successfully configure and manage ServiceNow within your organization.
Table of Contents (21 chapters)
Learning ServiceNow
Credits
About the Author
About the Reviewer
www.packtpub.com
Customer Feedback
Preface

List v2 versus List v3


Before we get into a deep discussion about tables and how they work, you should be aware that there are two common versions of the list view in use presently: List v2, and List v3. You can see if the List v3 plugin is enabled in your instance, by going to SystemDefinition | Plugins, and searching for the term list. If it is enabled, the Status column will show Active with a little green circle. Otherwise, it'll just show Inactive.

While List v3 is the latest generation and thus, what we're going to focus on in this book, it is important to understand List v2 as well. This is because all embedded lists, list reports, and lists for tables that have hierarchical lists enabled (such as the update set (sys_update_set) table list!) all display in List v2 by default, since List v3 does not support those features.

A quick and easy way to tell if you're looking at a List v2 or a List v3, is to check for the Personalization gear button If you see that, then you're looking at a...