Creating custom and hang-off tables

The database framework allows you to extend the application database by creating custom or hang-off tables.

A custom table is an independent table and cannot be modeled as an extension to a standard application database table.

A hang-off table is a table with a many-to-one relationship with a standard application database table.

Creating a custom or hang-off entity enables you to:

Keep in mind the following which apply to the creation of custom or hang-off tables: