Skip to main content

Auto-Numbering Schemes

An auto-numbering scheme defines a structured format for generating document reference numbers automatically. When a member creates a new document, the scheme produces a unique reference number based on the document's attributes and a sequential counter.

How auto-numbering works

When a document is created with an active numbering scheme:

  1. The member fills in required metadata fields (discipline, type, zone, etc.).
  2. The system extracts the code from each metadata field referenced in the scheme.
  3. The codes are assembled into the number format.
  4. The counter for this combination of codes is incremented.
  5. The final number is inserted into the Document Number field.

The member sees the number populated automatically — they don't need to type or calculate it.

Building a scheme

  1. Go to SettingsMetadataNumbering (org-level) or Project SettingsMetadataNumbering (project-level).
  2. Click New Scheme.
  3. Use the Token Builder to assemble the number format:

Token builder interface

The token builder shows a sequence of segments. Click + Add Segment to add each part:

Segment typeConfigurationExample
Literal textType any fixed text-, DRG, /
Discipline codeSelect the Discipline fieldPulls code from document's Discipline (e.g. STR)
Document type codeSelect the Document Type fieldPulls code from document's Type (e.g. PLAN)
Zone codeSelect the Zone fieldPulls code from document's Zone (e.g. ZA)
Stage codeSelect the Stage fieldPulls code from document's Stage (e.g. CD)
Custom field codeSelect any dropdown metadata fieldPulls the option code
Sequential counterSet width (1–8 digits) and start value001, 0001
Year (4-digit)No configuration2024
Year (2-digit)No configuration24
MonthNo configuration03

Drag segments to reorder. Remove a segment with the × button.

  1. Set Counter scope: Per combination (default), Per project, or Per year.
  2. Click Preview to see a sample number with example codes filled in.
  3. Click Save.

Activating a scheme

A scheme must be activated before it applies to new documents:

  1. Open the scheme.
  2. Click Activate.
  3. Only one scheme can be active at a time per project. Activating a new scheme automatically deactivates the previous one.

Activation does not re-number existing documents — only documents created after activation use the new scheme.

Viewing counter state

Open an active scheme to see the current counter values for all code combinations that have been used. For example:

DisciplineTypeZoneLast numberNext number
STRPLANZA00150016
MEPDWGSZB00030004
ARCSPECZA00010002

Adjusting the counter

Project Admins can adjust the counter start value for a specific combination — useful when migrating from another system where some numbers are already taken.

  1. Open the scheme.
  2. Click Manage Counters.
  3. Find the combination you want to adjust.
  4. Click Set start value and enter the new start value.
  5. Save.

The next document created with that combination will use the new value.

Scheme examples

Standard project scheme

Tokens: [Discipline Code] + - + [Doc Type Code] + - + [Zone Code] + - + [Counter(4)]

Output: STR-PLAN-ZA-0001, MEP-DWGS-ZB-0023

Counter scope: Per combination


Year-based global counter

Tokens: [Year] + - + [Discipline Code] + - + [Counter(3)]

Output: 2024-STR-001, 2024-MEP-002, 2025-STR-001 (resets each year)

Counter scope: Per year


Simple sequential for all documents

Tokens: DOC- + [Counter(5)]

Output: DOC-00001, DOC-00002, DOC-00003

Counter scope: Per project (single counter)

What's next