Web parameter: recordListArrayMaxChars

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

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)

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>