Is This Content Helpful?
How can we make this better? Please provide as much detail as possible.
Contact our Support Team
Fields can be modified by editing the file defaults.xml.
The default field length is 35 for the order Comment and 25 for the order Description. However, the defaults.xml file can be edited to increase the field size.
Warning:
Make a backup of defaults.xml before performing any edits.
Code:
<Property Name="Description" MaxLength="25" />
<Property Name="Comment" MaxLength="35" />
Note:
These changes take effect the next time a new project is created.
Last Published: 5/5/2016
Article ID: 000011177