In the Projects window, expand the Configuration node in the project you want to modify, and then double-click master.xml.
Scroll to the second parameter element, ChecksumLength, in the EuidGeneratorConfig element.
Change the value of the parameter-value element to the desired length of the checksum value.
For example:
<parameter> <parameter-name>ChecksumLength</parameter-name> <parameter-type>java.lang.Integer</parameter-type> <parameter-value>2</parameter-value> </parameter> |
Save and close the file.