Configuring Sun Master Indexes

Duplicate Records Page Configuration Elements

The following two tables describe the configuration elements in midm.xml for the Duplicate Records search and results pages. The same elements are also used for the Source Record View/Edit page.

Duplicate Records Search Page Elements

The following table lists and describes the configurable elements for the Duplicate Records and Source Record search pages.

Table 1 Duplicate Records Search Page Configuration

Element/Attribute 

Description 

search-pages 

A container element that lists and defines the searches that are available from the page. 

simple-search-page

A container element that defines one type of search for the Duplicate Records page. You can define multiple simple search pages. 

screen-title

The name of the search as it appears on the search page. MIDM users can select a type of search to perform based on the titles you define for the searches here. 

search-screen-order 

The order in which the search page appears on the MIDM. 

show-euid

An indicator of whether to display the EUID field as search criteria. Specify true to display the EUID; otherwise specify false.

show-lid

An indicator of whether to display the local ID and system fields as search criteria. Specify true to display the fields; otherwise specify false.

show-status 

An indicator of whether to display the record status field as search criteria. Specify true to display the field; otherwise specify false.

show-create-date 

An indicator of whether to display the create date field to allow searching on the date the potential duplicate flag was created. Specify true to display the field; otherwise specify false.

show-create-time 

An indicator of whether to display the create time field to allow searching on the time the potential duplicate flag was created. Specify true to display the field; otherwise specify false.

instruction

A short statement to help the user process a search. The text you enter here appears above the search fields on the Search page. 

field-group

A list of fields that appear on the Search page. You can define multiple field groups, and each group can be contained in a labelled box on the Search page. 

description

A description of the fields defined for the field-group element. This value appears as a box label for the area of the page that contains the specified fields.

field-ref

One field definition for a field in the field group. Use the simple field name of the field with their corresponding objects as the root. For example, the path to the FirstName field in the Person object is “Person.FirstName”. You can define multiple field-ref elements for each field group.

Duplicate Records Search Results List Elements

The following table lists and describes the configurable elements for the Duplicate Records search results list.

Table 2 Duplicate Records Search Results Configuration

Element/Attribute 

Description 

search-result-pages 

A container element for a list of search result page definitions. 

search-result-list-page

A container element for the configuration information for the search results page. 

item-per-page

The number of resulting records to display on one page. 

max-result-size

The maximum number of records to return for a search. 

field-group 

A container element for a list of fields that appear in the search results. 

description 

A brief description for the field group. This value appears on the MIDM above the fields that are returned from a search. 

field-ref

A definition for one field that appears in the search results list. Use the simple field names with their corresponding objects as the root. For example, the path to the FirstName field in the Person object is “Person.FirstName”. You can define multiple field-ref elements.