In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Enterprise Data Manager file.
The file opens in the NetBeans XML editor.
Scroll to the page-definition element in the gui-definition element.
In the eo-search element, create a simple-search-page element.
Make sure the new element falls within the eo-search element, but outside any existing simple-search-page elements. For example:
<eo-search>
<simple-search-page>
...
</simple-search-page>
<simple-search-page>
</simple-search-page>
</eo-search>
|
In the new simple-search-page element, create the elements listed in EDM Search Page Definition Elements and enter the appropriate value for each element.
For example:
<eo-search>
<simple-search-page>
...
</simple-search-page>
<simple-search-page>
<screen-title>Address Search</screen-title>
<field-per-row>1</field-per-row>
<show-euid>true</show-euid>
<show-lid>false</show-lid>
<instruction>Enter address information below.</instruction>
</simple-search-page>
</eo-search>
|
Continue to Step 2: Define the Search Fields.