Event Paging Model

The eventPagingModel parameter is used to specify whether or not the total number of events is retrieved from the server and displayed in the Event Viewer. This can be used to prevent the count from being retrieved to improve performance when there are a large number of events.

If the total count is not retrieved and displayed, the user can still page through the list of events. When the end of the list is reached, a “You have reached the end of the list” message is displayed when the last page is reached.

Procedure

  1. Open the config.xml file.

    For information about how this file should be opened (i.e., via the Configuration Administrator or via the file system), see Introduction.

  2. Locate the eventPagingModel record in the config.xml file. For example:
    <record jsxid="eventPagingModel" retrieveCount="true">
    </record>
  3. Set the retrieveCount attribute to “true” to cause the count to be retrieved and displayed in the Event Viewer. Or set it to “false” to prevent the count from being retrieved and displayed.
  4. Save and close the config.xml file.