Configuring Sun Master Indexes

ProcedureTo Configure the Transactions Page

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click midm.xml.

    The file opens in the NetBeans XML editor.

  2. Scroll to the transactions element (located in the gui-definition element).

  3. Make any of the following configuration changes:

    • To specify a new name for the Transactions tab, modify the value of the tab-name element.

    • To change the order in which the Transactions tab appears on the MIDM, change the value of the display-order element.


      Note –

      If you change the order of one tab, make sure to change the order of the remaining tabs so no tabs have an identical display order value.


    • To include the EUID as a Transactions search field, change the value of the show-euid element to true.

    • To exclude the EUID from the Transactions search fields, change the value of the show-euid element to false.

    • To include the system and local ID as Transactions search fields, change the value of the show-lid element to true.

    • To exclude the system and local ID from the Transactions search fields, change the value of the show-euid element to false.

    • To specify the number of records to display on the Transactions search results list, change the value of the item-per-page element.

    • To specify a maximum number of records to return for a Transactions search, change the value of the max-result-size element.

  4. Save and close the file.