- ServiceNow Application Development
- Sagar Gupta
- 172字
- 2021-07-03 00:01:08
Tables
We can use the System Definition | Tables module to access tables in the instance and quickly find the relevant tables using the list modules filters. The list of tables is the same as the list available in the Tables & Columns module; however, here they are accessible directly as a list module layout of the sys_db_object table. For example, in the following screenshot, we can filter on the Name column and list only the tables that start with the term Incident:

We can click on the label of the Incident table or on the info icon to open the selected record in a detailed view. Once the detailed form page loads, we can see a list of the columns in the tables, as shown in the following screenshot, under the Columns-related (embedded) list. The detailed view of the Tables modules also displays the name of the table the current table is extending from. Furthermore, we can click on the Controls tab to make basic changes to the table's basic properties:

- JavaScript前端開發(fā)模塊化教程
- Mastering RabbitMQ
- TypeScript Blueprints
- Computer Vision for the Web
- Python Game Programming By Example
- Python零基礎快樂學習之旅(K12實戰(zhàn)訓練)
- C程序設計案例教程
- RISC-V體系結構編程與實踐(第2版)
- Mastering ROS for Robotics Programming
- Serverless computing in Azure with .NET
- Web App Testing Using Knockout.JS
- Java EE Web應用開發(fā)基礎
- 輕松學Scratch 3.0 少兒編程(全彩)
- 大話C語言
- Java網絡編程實用精解