- ServiceNow Application Development
- Sagar Gupta
- 177字
- 2021-07-03 00:01:12
Application Scopes
So far we have learned the basics of the ServiceNow platform, user interface, user administration, and databases. Now we will understand the architecture of applications in the ServiceNow platform.
When developing applications on the ServiceNow platform, developers need to take special care of the application scope they are working on. Applications help administrators and developers to combine different modules and features to deliver a relevant set of functionality. For example, an application meant to manage sales may offer features related to managing leads, prospects, and customers. An application scope can restrict access to resources of an application. ServiceNow allows administrators the simple means to create and manage applications.
In this chapter, we will learn how to create new applications. We will also learn about the relationship between applications and scopes. Furthermore, we will learn how we can use applications to associate relevant information and access data from different applications.
This chapter will cover the following topics:
- Application architecture
- Creating a new application
- Creating an empty table in new application scopes
- Accessing information in different scopes
- Learning Cython Programming(Second Edition)
- 自制編譯器
- ASP.NET Core 5.0開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- 無(wú)代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺(tái)
- 看透JavaScript:原理、方法與實(shí)踐
- 神經(jīng)網(wǎng)絡(luò)編程實(shí)戰(zhàn):Java語(yǔ)言實(shí)現(xiàn)(原書(shū)第2版)
- 飛槳PaddlePaddle深度學(xué)習(xí)實(shí)戰(zhàn)
- Linux:Embedded Development
- C#實(shí)踐教程(第2版)
- Visual FoxPro程序設(shè)計(jì)習(xí)題集及實(shí)驗(yàn)指導(dǎo)(第四版)
- Mastering Data Mining with Python:Find patterns hidden in your data
- Test-Driven JavaScript Development
- MATLAB GUI純代碼編寫(xiě)從入門(mén)到實(shí)戰(zhàn)
- Java Web應(yīng)用開(kāi)發(fā)給力起飛
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端