Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
ServiceNow Cookbook

You're reading from   ServiceNow Cookbook Acquire key capabilities for the ServiceNow platform

Arrow left icon
Product type Paperback
Published in Feb 2017
Publisher Packt
ISBN-13 9781785880520
Length 376 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Ashish Rudra Srivastava Ashish Rudra Srivastava
Author Profile Icon Ashish Rudra Srivastava
Ashish Rudra Srivastava
 Turner Turner
Author Profile Icon Turner
Turner
Arrow right icon
View More author details
Toc

Table of Contents (14) Chapters Close

ServiceNow Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. Getting Started with Service-Now FREE CHAPTER 2. Performing Core Configuration and Management Tasks 3. Building Data-Driven Application 4. Configuring Alerts and Notifications 5. Building and Configuring Reports 6. Creating and Configuring Workflow Activities 7. Auditing and Diagnosing Service-Now

Getting into the server-side script


The server-side script runs on Service-Now server-side. Out of the box, Service-Now provides many ways to interact with Business Rules and Script Includes. Business Rules are like a Data Manipulation Language (DML) command, which helps to manipulate the form field, and Script Includes are like a central repository of code, where you place all your code and call from the client side.

Getting ready

To go through this recipe, you should have an active Service-Now instance and valid credentials with an admin role.

How to do it…

  1. Open any standard web browser and type the instance address.

  2. Log in to the instance using valid credentials.

  3. To make recipe let’s understand some basics out of the box, Service-Now provides predefined variables, which you can use globally:

    • current: The current variable refers to the Service-Now form, which is currently being displayed

    • Previous: This is the record before any changes were made. This variable is available on delete or update,...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images