- Mastering ServiceNow(Second Edition)
- Martin Wood
- 262字
- 2021-07-08 10:36:38
Chapter 3. Server-Side Control
In the first few chapters, we've see how ServiceNow can hold your data. We've made a few tables, started to link it together, and collected it together in a new application. But simply storing data isn't going to make an award winning application.
So it's wonderful that ServiceNow also gives you great control over your data: you can check it, change it, or censor it using a variety of mechanisms. As we progress through this chapter, we'll see how information can be validated by a data policy, emailed out with notifications, or secured by an access control rule.
All of these are good options on their own, but ServiceNow also gives you complete control through code. You can write scripts to control almost any action you can think of. So the main focus of this chapter is to give you a good understanding of how server-side scripting in ServiceNow works. Here's how this chapter is structured:
- We will start by diving into server-side JavaScript, including how to access the database. Scripts using
GlideRecord
are probably the most common in ServiceNow. - Business Rules are the starting point for logic in ServiceNow. We explore the different flavors by running through a variety of scenarios.
- Script Includes provide a place for your code libraries. We will look at how you can define classes, extend them, and run them.
- To really understand JavaScript in ServiceNow, we will explore the engine that powers the platform.
- Finally, data policies and advanced reference qualifiers show other ways of controlling data access and logic.
- 演進式架構(gòu)(原書第2版)
- Android和PHP開發(fā)最佳實踐(第2版)
- Visual Basic編程:從基礎(chǔ)到實踐(第2版)
- 樂學(xué)Web編程:網(wǎng)站制作不神秘
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- Learn Scala Programming
- Nexus規(guī)模化Scrum框架
- Android Native Development Kit Cookbook
- 微信小程序項目開發(fā)實戰(zhàn)
- Flutter跨平臺開發(fā)入門與實戰(zhàn)
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- Python從入門到精通
- Android群英傳
- Xcode 6 Essentials
- Python函數(shù)式編程(第2版)