Skip to content

Auto-Numbers

Auto-Numbers are configurable sequences used to automatically generate identifier values. They live under Data Model → Auto-Numbers.

An auto-number is used as a default value on an ID field - each new record gets the next value in the sequence automatically. See Entities → Default Values.

Configuration options:

SettingDescription
Auto-Number NameHuman-readable name
Auto-Number IDInternal identifier
Prefix TypeValue (fixed text) or Expression (calculated)
PrefixText or expression prepended to each generated value
Suffix TypeValue (fixed text) or Expression (calculated)
SuffixText or expression appended to each generated value
Sequence RuleSingle (one sequence for all records), Per Prefix, Per Suffix, or Per Prefix & Suffix (separate sequences per prefix/suffix combination)
Start ValueThe first number in the sequence
Increment StepHow much to increment for each new record
Padding CharacterCharacter used to pad the numeric part (0 for zero-padding)
LengthTotal length of the generated value
Application ModuleModule this auto-number belongs to

Example: an auto-number with prefix “INV-”, start value 1, increment 1, padding 0, length 10 would generate INV-0000000001, INV-0000000002, and so on.

To use an auto-number on a field, enable Has Default Value on the field and select the auto-number from the expression picker.