The table extension functionality is available when creating a table record. It allows child tables to inherit the fields of the parent table.
The table extension is used for a set of records to share information with each other.
In the following use case, the Task table has multiple extensions:
Original table | Extended tables |
---|---|
Task |
|
An extended table is called a child table, and the original table is called a parent table. A child table, in its turn, can also be extended, and can have child tables.
When a child table is created, its list and form views are copied from the parent table, taking into account section views and related lists. You can set up these views later. See the Form Layout and List Layout articles to learn more. |
Table extension leads to the following:
Role required: admin. |
Use the All Tables (sys_db_table) dictionary to understand relationships between tables. To do so, complete the steps below:
For quick access to the values of the Parent field, set up a list view. See the List Layout article to learn more. |