Set Up Document Numbering
Role: Project Admin or Org Admin
Time: 30–60 minutes
Prerequisites: Project created, metadata fields (discipline, document type, zone) configured with option codes
This tutorial guides you through configuring an auto-numbering scheme that produces document numbers in the format STR-PLAN-ZA-0001 (discipline + document type + zone + counter). Adapt the steps to your specific format.
Step 1: Agree the numbering format
Before touching any settings, agree the format with your project controls lead and document controller. Document it in your Document Control Plan.
Decisions to make:
| Decision | Example |
|---|---|
| Which metadata fields appear in the number? | Discipline, Document Type, Zone |
| What separator characters? | Hyphen (-) |
| Counter width? | 4 digits (0001) |
| Counter scope? | Per combination (each discipline/type/zone combo has its own counter) |
| Year in number? | No |
Sample format: [Discipline]-[DocType]-[Zone]-[Counter(4)]
Step 2: Verify your option codes
The number uses option codes from your metadata fields. Check they are configured:
- Go to Settings → Metadata → Fields.
- Open the Discipline field — confirm each option has a short code (
STR,MEP,ARC,CIV). - Open the Document Type field — confirm each type has a code (
DWG,SPEC,RPT). - Open the Zone field — confirm each zone has a code (
ZA,ZB,SW).
If any option is missing a code, edit the option and add it. Codes should be 2–6 characters, uppercase, no spaces.
Step 3: Build the numbering scheme
- Go to Project Settings → Metadata → Numbering.
- Click New Scheme.
- In the Token Builder, add segments in order:
| Segment | Type | Configuration |
|---|---|---|
| Discipline code | Metadata field code | Select "Discipline" field |
| Separator | Literal text | Type - |
| Document type code | Metadata field code | Select "Document Type" field |
| Separator | Literal text | Type - |
| Zone code | Metadata field code | Select "Zone" field |
| Separator | Literal text | Type - |
| Counter | Sequential counter | Width: 4, Start: 1 |
- Set Counter scope to Per combination.
- Give the scheme a name:
Standard Document Numbering v1. - Click Save.
Step 4: Preview the scheme
- Click Preview on the scheme.
- Enter sample values:
- Discipline:
STR - Document Type:
DWG - Zone:
ZA
- Discipline:
- Confirm the preview shows:
STR-DWG-ZA-0001. - Change discipline to
MEPand confirm:MEP-DWG-ZA-0001. - The counter for
MEP-DWG-ZAis independent ofSTR-DWG-ZA— both start at0001.
If the preview doesn't look right, go back and check the segment order and literal text separators.
Step 5: Test with a real document
Before activating for the whole team, create one test document:
- Go to Documents → New Document.
- Fill in: Title = "Test Document", Discipline = STR, Document Type = DWG, Zone = ZA, Status = Draft, Revision = P01.
- Note the Document Number field — it should show
STR-DWG-ZA-0001(or the first counter value). - Save the document.
- Confirm the number is correct.
- Delete the test document if it was just a test.
Step 6: Activate the scheme
- Return to Project Settings → Metadata → Numbering.
- Open the scheme.
- Click Activate.
- Confirm the activation.
The scheme is now active. All new documents created in this project will use auto-numbering.
Step 7: Communicate to the project team
Send a brief message to your project team explaining:
- Documents will now get auto-numbered — they don't need to type the number
- They still need to select the correct Discipline, Type, and Zone — these fields determine the number
- If they select the wrong discipline or zone, the number will be wrong — advise them to double-check before saving
Step 8: Monitor the first 20 documents
After activation, monitor the first batch of documents created:
- Go to Documents and filter to show the newest first.
- Verify the numbers follow the expected format.
- Check that different discipline/zone combinations are producing independent counters.
- If any number is wrong, the member likely selected the wrong discipline or zone — the document needs to be edited to correct the classification (the number cannot be changed).
What's next
- Document Numbering Guide — full guide to numbering concepts
- Auto-Numbering Tokens Reference — all available tokens
- Document Numbering Admin — counter management and migration