|
Setting up Schedule Numbers
To Set up Schedule Numbers
1. From the Site window, select the Administration menu and then Work Management Settings. The Work Management Settings dialog appears. Select the Schedules tab.Tip: You can also select the Work Management view on the site window. Select the Settings tab and then the Scheduling tab. Click the Scheduling settings node in the tree.
2. Select the Schedule Numbers tab.
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).
4. When you are finished, click OK to close the dialog.