Configuring Effectivity Context Selector Search

You can configure whether the search icon is displayed in the Context Selector toolbar. This determines whether the user can search for objects outside of the current context.

See Property for Effectivity Context Selector Search.

  1. Create or open the text file for customized properties. For more information, see Editing Properties Using MQL.
  2. To specify whether the search icon displays in the Context Selector toolbar, enabling the user to search outside of the current context, add or edit this line in the file used to import properties into a page object:

    emxEffectivity.Dialog.ShowSearchIcon = true
    Set the value for this property depending on your business requirements:
    • true = Show the icon. Users can search within additional contexts.
    • false = Do not show the icon. Users can only select objects within the current context.

  3. When you are finished updating the text file with all properties that you want to modify, use the text file to modify the effectivity.properties page object. For more information, see Editing Properties Using MQL.