- 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.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- 軟件項目估算
- Moodle Administration Essentials
- Vue.js 3.x從入門到精通(視頻教學版)
- 深入理解Java7:核心技術與最佳實踐
- C語言程序設計
- 51單片機C語言開發教程
- C#程序設計(項目教學版)
- Visual C#.NET Web應用程序設計
- Building Slack Bots
- Responsive Web Design with jQuery
- 程序員的英語
- Java Web 從入門到項目實踐(超值版)
- 軟件測試項目實戰之功能測試篇
- Developing Multi:Platform Apps with Visual Studio Code