Extending Application Database Tables
Follow these step to add custom user fields to application forms by
extending application database tables:
- Create a
user class.
- Create the
user fields.
- Associate
the user fields with the user class.
- Define
the index for the class.
- Create
a relationship between an application database table and the user
class.
- Impact the
schema.
- Draw
the user fields on forms.
Related Topics
User
Extended Tables Overview
Maintaining
Application Schema Metadata