- ServiceNow Application Development
- Sagar Gupta
- 287字
- 2021-07-03 00:01:11
Extending the Task table
In order to create a table that extends from the Task table, we need to select the Task table as the Extends table that extends from it while creating a new table. Once a table has been created, it is not possible to change or specify a table to extend from. Extending the tables helps in reusing the fields and other features already defined in the parent class, and make them available in the child classes:
- Open the Tables module and click on the New button at top of the content frame to open the New record form.
- Enter the label of the new table as POS Tasks and select Task as the Extends table.
- Ensure that the Create module and Create mobile module checkboxes are checked.
- Finally, select the previously created POS app menu as the value of the Add module in the menu. This will ensure that the new modules that will be created will be added to the selected application menu:

- Open the newly created table record in the Tables module and ensure that the columns from the Task tables are all available in the POS Tasks table, as shown in the following screenshot:

These columns are available in the Task table, and thus making changes to any of these columns will make the changes available to all the tables in the instance that is extending the Task table, unless the attributes of the extended columns are explicitly overridden.
It is also possible to add custom columns using the same steps explained previously under the topic Adding columns. The columns we add to the POS Tasks tables will not be available to the tables that are extending the Task table.
- Java面向?qū)ο筌浖_發(fā)
- 軟件測試項目實戰(zhàn)之性能測試篇
- Python從入門到精通(精粹版)
- Essential Angular
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Android Native Development Kit Cookbook
- ASP.NET程序設計教程
- R大數(shù)據(jù)分析實用指南
- OpenStack Orchestration
- 軟件測試實用教程
- 計算語言學導論
- Design Patterns and Best Practices in Java
- 你好!Python
- Hands-On ROS for Robotics Programming
- Learning Dynamics NAV Patterns