Book description
IT Service management at your fingertips
About This Book
Leverage ServiceNow’s capabilities to achieve improved service management and excellent results in your IT operations by following step-by-step, practical instructions
Build core administration, management, and maintenance skills with IT service management and IT operations management
Improve your workflow efficiency by designing and creating responsive and automated workflows
Who This Book Is For
This book is for IT professionals and administrators who are planning to or are already trying to implement ServiceNow in their organization for Enterprise IT service management tasks.
Some familiarity with web technologies (JavaScript) would be helpful. System administration experience is necessary.
What You Will Learn
Acquire and configure your own free personal developer instance of ServiceNow
Read (and write!) clear, effective requirements for ServiceNow development
Avoid common pitfalls and missteps that could seriously impact future progress and upgradeability
Know how to troubleshoot when things go wrong using debugging tools
Discover developer “tips and tricks”
Pick up great tips from top ServiceNow development and administration professionals, and find out what they wish they knew when they were starting out
In Detail
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.
Style and approach
This book is a step-by-step practical tutorial to help you quickly deploy and configure ServiceNow in your organization.
Table of contents
- The Interface
- Lists and Forms
- UI Customization
- Understanding Data and Relationships
- Tasks and Workflows
- UI and Data Policies
- User Administration and Security
-
Introduction to Scripting
- To script, or not to script?
- Client side versus server side APIs
-
Where scripting is supported
- Access controls-executes on: server
- Business rules-executes on: server
- Client scripts and catalog client scripts-executes on: client
- Condition builder (and the URL)-executes on: server
- Default value-executes on: server
- Script Includes-executes on: server
- UI actions-executes on: client and/or server
- UI policies and catalog UI policies-executes on: client
- UI scripts-runs on: client
- Workflow activities-executes on: server
- Integrated development environment
- Summary
-
The Server-side Glide API
- The structure of an API class
- Server-side APIs
-
GlideRecord
- Initialize
- addQuery()
- addNullQuery() and addNotNullQuery()
- canRead(), canWrite(), canCreate(), and canDelete()
- deleteRecord() and deleteMultiple()
- get()
- getDisplayValue()
- getValue() and getUniqueValue()
- hasNext()
- initialize() and insert()
- next()
- orderBy() and orderByDesc()
- query()
- setAbortAction()
- setLimit()
- setValue()
- setWorkflow()
- update() and updateMultiple()
- GlideElement
- GlideDateTime
- GlideSession
- GlideSystem
- GlideUser
- Client-side APIs
- GlideAjax
- GlideForm (g_form)
- Summary
- The Client-side Glide API
- Server-side Scripting
- Client-side Scripting
- Debugging
- Pro Tips
Product information
- Title: Learning ServiceNow
- Author(s):
- Release date: March 2017
- Publisher(s): Packt Publishing
- ISBN: 9781785883323
You might also like
book
Learning ServiceNow
IT service management automation at your fingertipsAbout This Book Learn to leverage ServiceNow's capabilities for improved …
book
Learning Go
Go is rapidly becoming the preferred language for building web services. While there are plenty of …
video
Learning SQL
Almost 3 Hours of Video Instruction Your complete SQL video course: Master hands-on, real-world skills for …
book
Developing Apps with GPT-4 and ChatGPT
This minibook is a comprehensive guide for Python developers who want to learn how to build …