- ServiceNow Application Development
- Sagar Gupta
- 217字
- 2021-07-03 00:01:07
Data Management
In the previous chapters, we learned the basics of the ServiceNow platform and how to perform user administration. Let us now dig deep into the concept of data dictionaries to understand how data is stored and segregated in ServiceNow. As part of your project at ABCD, Inc, you are supposed to create a custom table to manage all point-of-sale locations.
In this chapter, we will learn how to create a new table from scratch, extend existing tables, and add fields (or columns) to new or existing tables. We will also look at the structure of existing tables, such as task and cmdb.
Managing tables and columns is one of the most common jobs that administrators and developers have to perform when working on the ServiceNow platform. As ServiceNow is a cloud-based platform, direct access to the database isn't provided to customers. However, the ServiceNow platform features various modules that can be used to create and manage tables and columns.
In this chapter, we will cover the following topics:
- Database structure overview
- Using the Tables & Columns module
- Viewing the schema map
- Creating a new table
- Adding columns to a table
- Modifying column properties
- The Task table structure
- Creating a table that extends the Task table
- The configuration management (cmdb_ci) table
- Creating a new CMDB class
- C語言程序設計案例教程
- Learn ECMAScript(Second Edition)
- Ext JS Data-driven Application Design
- 快速入門與進階:Creo 4·0全實例精講
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- PyQt編程快速上手
- Mastering Gephi Network Visualization
- 交互式程序設計(第2版)
- IPython Interactive Computing and Visualization Cookbook
- Using Yocto Project with BeagleBone Black
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- 計算機系統解密:從理解計算機到編寫高效代碼
- WCF全面解析
- Lync Server Cookbook
- Selenium Essentials