Setting up Asset Activity Report Numbers

Document numbering settings create the alpha-numeric identifiers that distinguish one document from another (for example, work orders). Within each site, every document must have a unique identifier. If necessary, you can enter a site-specific prefix or suffix to a type of document to ensure that their numbers are unique throughout the enterprise.
This topic explains how to assign a numbering format to asset activity reports.

To Assign an Asset Activity Report Number

1.
From the Site window, select the Assets view, Settings tab. Select the Assets tab, and the Asset Management Settings node in the tree. Select the Activity Reports tab.
Tip: You can also select the Administration menu, Asset Management Settings, then Asset Management. The Asset Management Settings window appears. Select the Activity Reports tab.
2.
Select the Options tab.
3.
Click Edit to enable editing. 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.