For objects, individual numbering sequences can be defined. To do this, select the Customize section in the sidebar menu. There, you have access to the Object Manager.
Select the object for which you want to customize the numbering sequence. Then, locate the Number field of type auto_number in the Fields and Relationships table.
Clicking on the field name takes you to the field details, where you can customize the following fields:
Field | Description |
---|---|
Start Number | The next generated object will receive a number based on the stored value +1. |
Display |
Defines the display format for number generation.
A zero in curly brackets serves as a placeholder for the automatically generated numbers.
Multiple zeros can be used to set leading zeros.
Example Code
{0} => 99
|