Extending Application Database Tables

Follow these step to add custom user fields to application forms by extending application database tables:

  1. Create a user class.
  2. Create the user fields.
  3. Associate the user fields with the user class.
  4. Define the index for the class.
  5. Create a relationship between an application database table and the user class.
  6. Impact the schema.
  7. Draw the user fields on forms.

Related Topics

User Extended Tables Overview

Maintaining Application Schema Metadata