- 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
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Git Version Control Cookbook
- Boost C++ Application Development Cookbook(Second Edition)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Java EE 7 Performance Tuning and Optimization
- Java Web開發(fā)詳解
- MySQL從入門到精通(軟件開發(fā)視頻大講堂)
- Learning Unreal Engine Android Game Development
- JavaScript動態(tài)網(wǎng)頁編程
- Oracle實(shí)用教程
- ASP.NET開發(fā)寶典
- 深入理解Kafka:核心設(shè)計(jì)與實(shí)踐原理
- Node.js應(yīng)用開發(fā)
- Learning Shiny