Previous Topic: Specify Object Information

Next Topic: Modify Attribute Descriptions

Specify the Unique Identifier for a Managed Object

Each object that the Administrative UI manages must have a unique identifier. The unique identifier must be stored in a single column in the managed object's primary table. Primary tables are described in Database Tables.

Use the UniqueIdentifier and UniqueIdentifierAttr elements to define the unique identifier as follows:

<UniqueIdentifier>
  <UniqueIdentifierAttr name="tablename.columnname" />
</UniqueIdentifier>

The UniqueIdentifierAttr element requires the name parameter. The value of the name parameter is the attribute in which the unique identifier is stored. The value can be a physical attribute or a well-known attribute.

When you specify a physical attribute, note the following:


Copyright © 2009 CA. All rights reserved. Email CA about this topic