- Mastering ServiceNow(Second Edition)
- Martin Wood
- 240字
- 2021-07-08 10:36:38
Summary
The ServiceNow platform has several more exotic features. This chapter explored some that help you create more complex applications faster.
ServiceNow Studio provides a place to add and edit your application. It collects application files and displays them in an organized manner to help you find what you need. It also provides a really useful code search feature, which will start to become useful over the next few chapters.
Applications can protect themselves by choosing whether data can be read or manipulated from outside their tables as well as choosing the level of cooperation between two apps being developed at the same time. The scope of an app provides a unique identifier, preventing two applications from being named the same.
Delegated Development lets you give other people control over the parts of the application that you choose, without giving them full system administrative rights.
Hierarchical tables provide the magic of inheritance. They allow the Guest table to take advantage of all the functionality provided by the out-of-the-box User table, reducing development time and improving maintenance.
Reference fields are incredibly powerful: create and delete records on the fly, as needed, to speed data entry and improve data quality. In addition, many-to-many tables and lists provide a great way to link multiple items together.
The next chapter will start adding some control. By adding logic to the ServiceNow platform, we go beyond just storing data, and instead start to manage it.
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Interactive Applications Using Matplotlib
- 鋒利的SQL(第2版)
- 量化金融R語言高級教程
- 軟件測試實用教程
- C和C++游戲趣味編程
- The Professional ScrumMaster’s Handbook
- Java網絡編程實戰
- Internet of Things with ESP8266
- Julia 1.0 Programming Complete Reference Guide
- 零基礎學C語言程序設計
- Go語言底層原理剖析
- WCF全面解析
- Microsoft XNA 4.0 Game Development Cookbook
- 微信公眾平臺開發最佳實踐