- 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.
- GeoServer Cookbook
- Azure IoT Development Cookbook
- Responsive Web Design with HTML5 and CSS3
- 編寫高質(zhì)量代碼:改善Python程序的91個(gè)建議
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計(jì)算
- Expert Data Visualization
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- Mastering Linux Security and Hardening
- 小程序,巧應(yīng)用:微信小程序開發(fā)實(shí)戰(zhàn)(第2版)
- ABAQUS6.14中文版有限元分析與實(shí)例詳解
- Python預(yù)測(cè)分析與機(jī)器學(xué)習(xí)
- Mastering Leap Motion
- JavaScript Concurrency
- C語(yǔ)言程序設(shè)計(jì)教程
- 網(wǎng)頁(yè)設(shè)計(jì)與制作