Web parameter: recordListArrayMaxChars

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

Parameter

recordListArrayMaxChars

Description

This parameter defines the maximum allowed field length of any array fields that appear in record lists. It takes effect only when the recordListArrayDisplayStyle parameter is set to 1

Valid if set from

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

Requires restart of the web applications server?

Yes

Default value

100 (bytes)

Possible values

No less than 1

Example usage

<context-param>

  <param-name>recordListArrayMaxChars</param-name>

  <param-value>50</param-value>
</context-param>

Related topics

System parameters
Web tier parameters
Enter a parameter in the web client URL
Enter a parameter in the web.xml file
Client parameters for web clients
Web parameter: recordListArrayDisplayStyle