For the Duplicate Records search pages, you can configure the names of the searches that can be performed, the fields to use as search criteria (within a limited set of system fields), and instructions for performing a search. Below is a sample of the search page configuration for the Duplicate Records page.
<duplicate-records>
...
<simple-search-page>
<screen-title>Advanced Search</screen-title>
<search-result-id>0</search-result-id>
<search-screen-order>0</search-screen-order>
<show-euid>true</show-euid>
<show-lid>true</show-lid>
<show-status>true</show-status>
<show-create-date>true</show-create-date>
<show-create-time>true</show-create-time>
<instruction></instruction>
<field-group/>
</simple-search-page>
...
</duplicate-records>
|
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.
Scroll to the duplicate-records element (located in the gui-definition element).
Modify any of the elements described in Duplicate Records Search Page Elements.
Save and close the file.