- ServiceNow Application Development
- Sagar Gupta
- 201字
- 2021-07-03 00:01:10
Task table
The Task table is one of the most important tables in the ServiceNow instance. Many tables extend the Task table. Thus, it is the parent class of many other tables, such as Incident, Change Task, Problem, and so on. Using the Tables modules, we can open the Task table entry to view a list of all available columns under the Columns tab, as shown in the following screenshot. We can optionally view the Schema map of the Task table to see all the tables that are extending and related to the Task table:

We can use the pagination on the top right corner of the list to browse through the entire record set. As always, clicking on the info icon will bring up the Dictionary Entry detail form page.
Furthermore, to view a list of tables that extends the Task table, as shown in the following screenshot, open the Tables modules again and use the quick filter on the top of the content frame to search for records where the Extends table starts with Task and press the Enter (return) key to perform the quick search:

Let us now create a custom table that extends from the Task table.
- Java 開發從入門到精通(第2版)
- Learning ASP.NET Core 2.0
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- QGIS By Example
- C語言課程設計
- Android開發:從0到1 (清華開發者書庫)
- BIM概論及Revit精講
- Java系統化項目開發教程
- INSTANT Yii 1.1 Application Development Starter
- Node學習指南(第2版)
- Red Hat Enterprise Linux Troubleshooting Guide
- Nagios Core Administration Cookbook(Second Edition)
- 創意UI Photoshop玩轉移動UI設計
- C語言程序設計實踐
- Penetration Testing with the Bash shell