- 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.
- ServiceNow Application Development
- 零基礎學Visual C++第3版
- Python科學計算(第2版)
- Mobile Application Development:JavaScript Frameworks
- AngularJS Testing Cookbook
- Java入門經典(第6版)
- LabVIEW Graphical Programming Cookbook
- TestNG Beginner's Guide
- 深度學習:算法入門與Keras編程實踐
- Learning Data Mining with R
- 深入RabbitMQ
- Python網絡爬蟲技術與應用
- Distributed Computing in Java 9
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Clojure Polymorphism