Creating a New User Defined Table

Administrators can create tables to be added to the metabase within the RL6 database. Once added to the metabase, the fields you add to the new table can then be added to forms, then pop-up grids and used in reports.

Prerequisites: You must have the 'Manage Fields and Tables' and the Create Fields and Tables' role function enabled.

  1. Go to the Fields page and choose a module (e.g. Risk) from the Module drop-down list.
  2. Click New Table. The Create a Table dialog is displayed.
  3. For each module, a master table under which the new table will be created is selected by default. For example, the default master table for Risk is "Events" [TBL_INC_CASES]. You can use the default option or select a different master table by clicking the ellipsis (...) button.
  4. (If necessary) In the Select a Table dialog that is displayed when you click the ellipsis (...) button, select the Master table under which the new table will be created and click OK.
  5. Tip: When selecting a table, consider where the table will reside in the form. If, for example, the data should appear in the main form, use the default table. However, if it should appear in a specific grid (e.g. Follow-ups grid), choose that subordinate table.
  6. Enter a New Table Name. This name will be stored as the table caption.
  7. Note: The Database Table Name field is automatically populated accordingly: "TBL_[module]_UDT_[NewTableName]".
  8. Click OK.

The table is created. As well, new fields are created to store the table's Primary KeyClosedA unique number that identifies a record in a database. RL6:Claims files can have the same claim number, for example, and the primary key is used to differentiate between the two files., Last Modified Date, Last Modified By and Foreign Key. These columns exist for all tables in the metabase but are hidden fields.

Next steps after creating the table:

Create a new database table