万本电子书0元读

万本电子书0元读

顶部广告

Mastering ServiceNow Scripting电子书

售       价:¥

2人正在读 | 0人评论 9.8

作       者:Andrew Kindred

出  版  社:Packt Publishing

出版时间:2018-02-27

字       数:22.7万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Understand the ServiceNow *ing and build an efficient customized ServiceNow instance About This Book ? Customize your ServiceNow instance according to your organization’s needs ? Learn to work with inbuilt JavaScript APIs in ServiceNow ? Take your ServiceNow experience to the next level by learning to * Who This Book Is For This book is targeted toward ServiceNow administrators or anyone willing to learn inbuilt JavaScript APIs used to * and customize ServiceNow instances. Prior experience with ServiceNow is required. What You Will Learn ? Customize your ServiceNow instance according to your organization's needs ? Explore the ServiceNow-exposed JavaScript APIs and libraries ? Discover the method for using ServiceNow *ing functions ? Take your ServiceNow experience to the next level by understanding advanced *ing ? Learn to build, test, and debug custom applications ? Use your customized instance efficiently with the help of best practices In Detail Industry giants like RedHat and NetApp have adopted ServiceNow for their operational needs, and it is evolving as the number one platform choice for IT Service management. ServiceNow provides their clients with an add-on when it comes to baseline instances, where *ing can be used to customize and improve the performance of instances. It also provides inbuilt JavaScript API for *ing and improving your JavaScript instance. This book will initially cover the basics of ServiceNow *ing and the appropriate time to * in a ServiceNow environment. Then, we dig deeper into client-side and server-side *ing using JavaScipt API. We will also cover advance concepts like on-demand functions, * actions, and best practices. Mastering ServiceNow Scripting acts as an end-to-end guide for writing, testing, and debugging *s of ServiceNow. We cover update sets for moving customizations between ServiceNow instances, jelly *s for making custom pages, and best practices for all types of * in ServiceNow. By the end of this book, you will have hands-on experience in *ing ServiceNow using inbuilt JavaScript API. Style and approach The book will take a practical approach delving into different aspects of ServiceNow *ing to help you become a *ing master.
目录展开

Title Page

Copyright and Credits

Mastering ServiceNow Scripting

Packt Upsell

Why subscribe?

PacktPub.com

Contributors

About the author

About the reviewer

Packt is searching for authors like you

Preface

Who this book is for

What this book covers

To get the most out of this book

Download the example code files

Download the color images

Conventions used

Get in touch

Reviews

Disclaimer

Getting Started

Configuration versus customization

To script or not to script?

Types of script

Script execution

Introduction to scripting

Script editor

Summary

Exploring the ServiceNow Glide Class

Using ServiceNow exposed JavaScript APIs

GlideRecord

Server-side Glide classes

GlideSystem

GlideDateTime

GlideElement

GlideAggregate

Client-side Glide classes

GlideForm

GlideUser

Additional client-side Glide classes

Script examples

Summary

Introduction to Client-Side Scripting

Client scripts

onLoad

onChange

onSubmit

onCellEdit

UI policies

How and when to write client-side scripts

Making fields mandatory, visible, or read-only

Populating fields based on the value of another field

Showing/hiding form sections

Review

Testing client-side scripts

Alert

Jslog

Browser

Script examples

Summary

Advanced Client-Side Scripting

UI actions

Client-side UI actions

Calling server-side script

AJAX calls

Client-side AJAX

Server-side AJAX

Script examples

Summary

Introduction to Server-Side Scripting

Business rules

UI actions

Access controls

How and when to write server-side scripts

Changing form values

Restricting access to forms and fields

Passing values to the client side

Review

Testing server-side scripts

gs.log

Logging in scoped applications

Session debug

Script debugger

Script examples

Summary

Advanced Server-Side Scripting

Script includes

Scheduled jobs

Background scripts

Workflow scripts

Event management

Script actions

Script examples

Summary

Introduction to Custom Pages

Introduction to Jelly

UI pages

Script examples

Summary

Scripting with Jelly

Jelly scripting

Evaluate

If

UI macros

Script examples

Summary

Debugging the Script

The script debugger

The session debugger

The Field Watcher

Debugging applications

The JavaScript Log and Debug window

Debugging REST

SOAP debugging

Summary

Best Practices

Coding best practices

Business rule best practices

Before

After

Async

Display

Client script best practices

Debugging tools best practices

Logging

Session debug

Logs and queues best practices

Logs

Queues

Event queue

System scheduler

ECC queue

System performance best practices

Summary

Deployments with the Update Sets

When to use update sets

How to use scope with update sets

Transferring update sets between instances

Update set pitfalls

Update set best practices

Summary

Building a Custom Application Using ServiceNow Scripting

Creating a custom application with ServiceNow scripting

Creating the application

Building the application

Example application

End-to-end development

Studio

Application development

Example application

Testing

Example application

Deployment

Publish to an update set

Publish to the application repository

Publish to the ServiceNow store

Example application

Summary

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部