Field | Description |
HiddenSearchResults | A hidden, editable text field. |
SearchType | A radio-button field; the values are Person or Group. |
SearchCN | An editable text field for inputting your search query; the Entering event in this field clears the other fields when you are about to type a search word. The Exiting event runs the LDAPSearchWithFilter agent, if the value in the SearchType field is Group. Code examples for the Entering and Exiting events can be found in this sidebar. |
SearchAttr | A dialog list field; in this example, you will populate this field with the following choices:
Last name | sn
Email | mail
Phone | telephoneNumber
Sn, mail, and telephoneNumber are the LDAP attributes that you can search. Note that you will not see this field if the search type is Group. |
Search LDAP | A button that calls the SearchLDAPWithFilter agent, using LotusScript; the button is hidden if the SearchType is Group. Code for the Search LDAP button is available in this sidebar. |
SearchResults and SearchResultsGroup | Computed text fields; the default values are SearchResults and SearchResultsGroup respectively. |