- ServiceNow Application Development
- Sagar Gupta
- 84字
- 2021-07-03 00:01:02
Single architecture
Every application in ServiceNow follows the same architecture consisting of one or more modules and pages accessing data from various sources and tables. ServiceNow offers several out-of-the-box standard applications such as incident, change, problem, and knowledge management - and all of these standard applications share the same common architecture. Each application in ServiceNow has one of more of these components: application record, tables, UI elements, application files, and integration services. We will be digging deep into these components in Chapter 4, Application Scopes.
推薦閱讀
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- Learning Linux Binary Analysis
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計(jì)
- Learning Hunk
- .NET 3.5編程
- Java系統(tǒng)化項(xiàng)目開發(fā)教程
- MySQL從入門到精通(軟件開發(fā)視頻大講堂)
- Linux Shell核心編程指南
- Python 3 數(shù)據(jù)分析與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- Learning Bootstrap 4(Second Edition)
- AMP:Building Accelerated Mobile Pages
- 零基礎(chǔ)學(xué)Java第2版
- Java Web動(dòng)態(tài)網(wǎng)站開發(fā)(第2版·微課版)
- Pandas 1.x Cookbook