Using the Multiple Pop-up Page

Once the configuration is done the final step is the write the UIM necessary to display the pop-up search.

Figure 1. UIM to Use Multiple Pop-up Windows
<CONTAINER LABEL="Label.person">
  <FIELD LABEL="Field.Label">
    <CONNECT>
      <TARGET PROPERTY="popupType" NAME="ACTION"/>
    </CONNECT>
  </FIELD>
  <FIELD LABEL="Field.Label">
    <CONNECT>
      <TARGET PROPERTY="clientID" NAME="ACTION"/>
    </CONNECT>
  </FIELD>
</CONTAINER>

The main points to note are: