Delegates
For example, you might have set up AutoComplete for a Business Number field, and you may want to display additional information on your detail page, such as a list of directors, based on the business number that the user selects.
You define delegates in the AutoComplete configuration. Because a delegate calls a different component, you must first add a node for the secondary component to the
node. Specify the index manager type, the index search type, the moniker, the property, and the service profile, just as you do with any other component.Next, add a child
node to the primary component, then add a child node for each delegate.The Moniker and Property attributes of the node point to the secondary component. These must match the Component Moniker and Property attributes of the component on which you want to conduct a secondary search.
Finally, the Search Field attribute can be used to search on a property other than the one specified by the Property attribute. This should be one of the other properties defined in the response mapping for the service profile. If you don't specify a search field, then the Property attribute will be used.