- ServiceNow Application Development
- Sagar Gupta
- 230字
- 2021-07-03 00:01:08
Tables & Columns
As mentioned previously, the Tables & Columns module lists all the tables in the instance in a single page, thus allowing developers to quickly view the list of tables and columns for any given table and access the attributes of any of its columns. As shown in the following screenshot, the Tables & Columns page is a special page that consists of the following three sections:
- Table Names: A list containing the labels of all the tables followed by the system name of the table within square brackets. For example, in the following screenshot, Incident SLA is the label, while incident_sla is the system name of the table.
- Column Names: This displays a list of columns available in the selected table. Each column has a distinctive icon that is based on column attributes, such as the element table. Clicking on the plus icon can expand the reference field columns:

- Column Attributes: This is the rightmost section, where attributes of the selected column are shown. It usually consists of the type of the field, the system name of the element, and other field attributes based on the type of the selected field. If a field is extended from the parent class and is not part of the selected table, you may see a difference in the system name of the selected table and the Element Table attribute property.
推薦閱讀
- C++案例趣學(xué)
- Flutter開發(fā)實戰(zhàn)詳解
- C語言程序設(shè)計(第2版)
- Practical DevOps
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- 自制編程語言
- Solr Cookbook(Third Edition)
- Node Cookbook(Second Edition)
- Web程序設(shè)計:ASP.NET(第2版)
- H5+移動營銷設(shè)計寶典
- Hands-On Dependency Injection in Go
- 從“1”開始3D編程
- Clojure Web Development Essentials
- C語言程序設(shè)計
- Python GUI設(shè)計tkinter菜鳥編程(增強(qiáng)版)