Configuring Maximum Field Value Length When Creating Objects

You can configure the maximum value length of a field that is permissible for any field in the object Create dialogs, especially the object Name fields.

See Property for Maximum Field Value Length When Creating Objects.

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To configure the maximum value length of a field that is permissible for any field in the object Create dialogs, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxProduct.MAX_FIELD_LENGTH = 100

    2. Set the value to a whole number to indicate the permissible number of characters that can be entered in the fields when creating objects.
  3. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxConfiguration.properties page object. For more information, seeEditing Properties Using MQL.