The following table lists and describes the elements you can configure in the Enterprise Data Manager file to define the fields for each search on the EDM.
Element/Attribute |
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. |
|
The simple field names of the fields in the field group using 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. |
|
An indicator of whether the field is required in order to perform a search. Specify any of the following values:
Tip – If you make a field required for a search, it is a good idea to make it required when creating a record as well (by specifying true for the required property for the field in the Object Definition file. Otherwise, searches performed from the EDM could result in no possible matches even though possible matches exist. |
|
An indicator of whether the field allows you to search by a range of values rather than an exact value. Specify any of the following values:
Tip – You can specify the same field for both exact and range searching by adding it twice to the field list with different attribute values, giving the choice of performing an exact search or a range search from the EDM. For more information about range searching, see Candidate Select Configuration (Repository) in Understanding Sun Master Index Configuration Options (Repository). |