Region and region search screens combined

In PolicyCenter 7.0, the Administration menu had Region Search and Regions menu items. In PolicyCenter 8.0, for usability, these two screens have been combined into the Administration > Users & Security > Regions screen. When you go to the Regions screen, the screen displays the first page of regions. In the base configuration, if there are more regions than fit onto one page, you can search to filter the list of regions.

The SearchOn property controls the visibility of search fields on the Regions screen. In the base configuration, the values for the SearchOn property are:

  • ALWAYS – Always display search fields on the Regions screen.
  • NEVER – Never display search fields on the Regions screen.
  • AUTO – Display search fields if the number of regions is two or more pages. This is true if the number of regions is greater than ListViewPageSizeDefault.

The SearchOn property is defined in RegionsUIHelper.gs in the gw.admin package. In the base configuration, this property is set to AUTO.

The ListViewPageSizeDefault parameter in config.xml defines the number of rows to display in the list view.