Prefix setup
Prefixes
Prefixes are auto-incrementing numbering sequences that can be used for assigning unique numbers to documents and work items. Each organisation has a default prefix that is a simple auto-incrementing number.
Create a new Prefix
- Click on the menu button to open the menu
- Make sure the organisation you are creating the prefix for is selected
- Click the gear icon next to the organisation name to go to the settings screen for your organisation
- Click the
Prefixesmenu option - Click the
New prefixbutton - Fill in the new prefix form
- Click submit
The prefix format must include the {number} parameter.
To specify a fixed number of digits you can use a string formatter. For a five digit prefix you would format as {number:00000} using zeros for each fixed digit.
To specify a prefix you can use plain text. This allows you to use DMS type number. For example XMTA-RSE-MECH-ISSUE-{number:00000}
Prefix parameters
| Parameter | Description |
|---|---|
| number | the sequential number assigned by the prefix |
| origin | the sequential number assigned by a prefix to the original document |
| fork | the sequential number that a document has been forked from the original document |
| prj | Placeholder for project |
| dsp | Placeholder for discipline |
| org | Placeholder for organisation. The organisation code must be set in Settings -> Organisation |