Configuring Sun Master Indexes (Repository)

Configuring the EDM View/Edit Page (Repository)

The View/Edit page appears when you select a record in the search results list. This page displays all of the information about an enterprise object. You can configure the number of fields that appear in each row of the view page.

ProcedureTo Configure the View/Edit Page

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Enterprise Data Manager file.

    The file opens in the NetBeans XML editor.

  2. Scroll to the page-definition element in the gui-definition element, and then to the eo-search element.

  3. In the eo-view-page element, change the value of the field-per-row element.

    For example:


    <eo-view-page>
       <field-per-row>2</field-per-row>
    </eo-view-page>
  4. Save and close the file.