Text length parameter

Use this parameter to define the maximum number of characters that you can specify in the column defined as a single line or mutli-line text box.

JSON Identifier: CLM@TextProperties

Parameter Description Possible values
MaxLength Use this parameter to define the maximum number of characters allowed.

Possible value is a number.

If MaxLength value exceeds the field length, the field length is used.

This example sets the maximum length to 30 characters:

CLM@TextProperties={"MaxLength":"30"}