Setting up Construction Form Defaults and Numbering

You can set the default construction form template and status for the site. New construction forms will show the defaults automatically.
APM automatically assigns unique identifiers to construction forms when they are created. You can set the number of digits and add prefixes and suffixes to document numbers.

To Set up Construction Form Defaults and Numbering

1.
In the Site window, select the Construction Management view and the Settings tab. Select the Construction Management Settings node in the tree.
Tip: You can also select the Administration menu and then Construction Management Settings. The Construction Management Settings dialog appears.
2.
Select the Options tab.
3.
Click Edit to modify the site settings. The Edit button is replaced by the Save button.
4.
For example, a format that says “%.6u” would generate six-digit numbers padded with zeros: 001234.
% indicates the start of the number definition.
.6 indicates that the numbers should have six digits. Numbers with less than six digits will be padded with zeros.
u indicates that the number is an unsigned integer (that is, it cannot be a negative number).
5.
Click Save.