AutoComplete configuration

In the AutoComplete configuration, you use components to specify the fields for which you are configuring AutoComplete.

Open the AutoComplete configuration for your Infor Public Sector site in the Configuration Editor. Select the COMPONENTS node and add a child COMPONENT node for each field. For a minimum configuration, add these attributes:

  • Index Manager Type: Specify Hansen.Core.IndexSearch.NetServiceIndexManager.
  • Index Search Type: Specify Hansen.Core.IndexSearch.NetServiceIndexSearcher.
  • Component Moniker: Specify the moniker of the component for which you are configuring AutoComplete. This will be the moniker of the agency business object used for the detail page.
    Note: AutoComplete in Rhythm for Civics is only supported for agency-defined components. Standard Infor Public Sector components (components whose monikers start with Hansen.) will be blocked.
  • Property: Specify the common ID of the property for which you are configuring AutoComplete. The combination of the Component Moniker and Property attributes specifies the field to which you’re adding AutoComplete. AutoComplete functionality will be available for any fields that are bound to this property.
  • Service Profile Name: Specify the name of the service profile that you previously created.

Access control

Use access filters to set up access control for the AutoComplete service. Access filters filter out records to which the user configured for AutoComplete doesn’t have access.

To add access filters to a selected component, first add a FILTERS node as a child of the COMPONENT node in the AutoComplete configuration. Then add the ACCESSFILTERS node as a child of the FILTERS node.

ACCESSFILTERS is a parent to one or more ACCESS nodes, each of which specifies a permission in Access Control that users must be granted to see AutoComplete results for the parent component.