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

Custom themes


There are already a few theme options available in the Theme tab of System Settings, but you might want to have a few other color schemes available for users to choose from. To look at the themes currently available in your instance, navigate to System UI | Themes .

If you're in a Geneva or Helsinki instance, you'll notice quite a few themes that are not listed in System Settings: the additional themes are for UI15 or UI11. Here's how you can tell: Each theme has a field labeled Device that identifies the UI version that the theme applies to. A device value of Browser indicates a UI11 theme, while Doctype indicates a UI15 theme, and Concourse indicates a UI16 theme.

I know that sounds very odd, so I'll re-state it another way:

  • If the Device field on a given Theme record is set to Browser, then that theme only applies to UI11

  • If the Device field is set to Doctype, then that theme applies to UI15

  • If the Device field is set to Concourse, the theme applies to UI16

Let's get hands...