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 Application Development

You're reading from   ServiceNow Application Development Transform the way you build apps for enterprises

Arrow left icon
Product type Paperback
Published in Sep 2017
Publisher Packt
ISBN-13 9781787128712
Length 408 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
 Gupta Gupta
Author Profile Icon Gupta
Gupta
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. Introduction to ServiceNow 2. User Administration FREE CHAPTER 3. Data Management 4. Application Scopes 5. Modules, Forms, and Views 6. Introduction to ServiceNow Scripting 7. Client-Side Scripting 8. Server-Side Scripting 9. Jelly Scripting 10. Events and Notifications 11. Workflow Development 12. Debugging in ServiceNow 13. Advanced Database Features 14. Job Scheduling and Data Export-Import

Chapter 10. Events and Notifications

Now that we have learned about and created client and server-side scripts, including UI pages and macros with Jelly scripts, let us learn about the concepts of events and notifications.

In the ServiceNow platform, events and notifications are among the features that are the easiest to implement. Events are used to monitor changes or events by event handlers, just like in any other programming language. Events in ServiceNow are stored in a table named Event (sysevent), which is also referred to as Event Log or Event Queue. Events in the queue are consumed by script actions or notifications that in turn execute scripts or trigger notifications.

Notification, on the other hand, is the system in place within the ServiceNow platform to send our e-mail or SMS notifications to the end users. Any form or script sending out an e-mail replies to the notification feature of the platform. Notifications can be sent when an event occurs or is scheduled to go out at a...

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