
- 356 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Learning ServiceNow
About this book
IT Service management at your fingertipsAbout 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 workflowsWho This Book Is ForThis 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 outIn DetailThis 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 approachThis book is a step-by-step practical tutorial to help you quickly deploy and configure ServiceNow in your organization.
Tools to learn more effectively

Saving Books

Keyword Search

Annotating Text

Listen to it instead
Information
The Server-side Glide API
- Server-side Glide classes:
- GlideRecord
- GlideAggregate
- GlideElement
- GlideDate and GlideDateTime
- GlideSession
- GlideSystem
- Client-side Glide classes:
- GlideRecord
- GlideAjax
- GlideForm
- GlideList2
- GlideMenu
- GlideUser
The structure of an API class
var MyClass = Class.create();
MyClass.prototype = {
initialize: function(initArg) {
this.localProperty = initArg;
},
getLocalProperty: function() {
return this.localProperty;
},
type: 'MyClass'
};
var myObj = new MyClass('input');
Server-side APIs
GlideRecord
Initialize
Example usage
var gr = new GlideRecord('incident');
addQuery()


Table of contents
- Title Page
- Copyright
- Credits
- About the Author
- Acknowledgement
- About the Reviewer
- www.packtpub.com
- Customer Feedback
- Preface
- 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
- The Server-side Glide API
- The Client-side Glide API
- Server-side Scripting
- Client-side Scripting
- Debugging
- Pro Tips
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app