Use autonumber field

A autonumber field is a field that is automatically numbered according to the specified conditions when you save the record. Click the gear button in the field placed on the form to display the setting screen, and configure the setting according to your purpose on that screen.

ID:

It is fixed to "__autonumber".

Use this ID for customizations such as getting the DOM element of a field or manipulating records.

Click the ID to copy it to the clipboard.

References:

Customize kumaneko

Name:

Specify the label for the field.

Hide field name:

Hide the field name in the input form.

Fixed number of digits in serial number:

Fills the numbering result with zeros until the specified number of digits is reached.

Fields for grouping:

When numbering after grouping, specify the field for grouping.

The fields that can be specified are only the number field, radio field, dropdown field, and text field for which one of "text" or "alphabet" or "alphanum" is specified as the input format.

Width:

Specify the width of the field.

This field is read-only.

References:

Creating an Form

Usage Examples

When the record is saved, the number is assigned according to the specified conditions.