Web parameter: viewrecordlist

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

viewrecordlist

Description

Enabling this parameter causes web clients to display the record list/detail view for search results. Enabling this parameter from the web tier configuration file forces all web clients to display the record list/detail view. Enabling the this parameter from the web browser URL only displays the record list/detail view on that particular web client.

Valid if set from

Web browser URL

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

true

Possible values

true (Enabled)

false (Disabled)

Example usage

<init-param>
  <param-name>viewrecordlist</param-name>
  <param-value>false</param-value>
</init-param>

Related topics

System parameters
Web tier parameters

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Client parameters for web clients