Previous Topic: Container Properties (for LDAP Directories Only)Next Topic: Attribute Properties in the Managed Object Properties Window


Secondary Table Properties (for Relational Databases Only)

Secondary tables contain additional attributes for a managed object. For example, a secondary table named tblUserAddress may contain the street, city, state, and ZIP code attributes for the User managed object.

The following properties are displayed for secondary tables:

Table

Specifies the name of the table.

Reference

Describes the mapping between the primary table and the secondary table.

The reference is displayed using the following format:

primarytable.attribute=secondarytable.attribute

For example, tblUsers.id = tblUserAddress.userid indicates that the id attribute in the primary table, tblUsers, maps to the userid attribute in the tblUserAddress table.