Configuring Sun Master Indexes

ProcedureTo Mask Field Values on the MIDM

  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 node element that defines the object containing the field you want to modify.

  3. Scroll to the field element you want to modify.

  4. Change the value of the is-sensitive element to true.

    If the element does not exist for the field, create a new is-sensitive element. For example:


    <is-sensitive>true</is-sensitive>

    Note –

    The is-sensitive element must appear before the key-type element in the field definition.


  5. Save and close the file.