- 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.
- GraphQL學(xué)習(xí)指南
- Boost C++ Application Development Cookbook(Second Edition)
- Python語言程序設(shè)計
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- Production Ready OpenStack:Recipes for Successful Environments
- Silverlight魔幻銀燈
- Windows內(nèi)核編程
- HTML5秘籍(第2版)
- Raspberry Pi Robotic Projects(Third Edition)
- C++ Application Development with Code:Blocks
- Java 9 Programming By Example
- 高效使用Greenplum:入門、進(jìn)階與數(shù)據(jù)中臺
- 絕密原型檔案:看看專業(yè)產(chǎn)品經(jīng)理的原型是什么樣
- Java程序性能優(yōu)化實(shí)戰(zhàn)
- SQL Server 2014數(shù)據(jù)庫設(shè)計與開發(fā)教程(微課版)