Creator Help

Configuring an Autonumber Field

Table of Contentsup

Overview

The Auto Number field type automatically generates sequential numeric values every time that a record is inserted into a form. The numbers will be incremented based on the start index value that you specify. By default, this field will be displayed only to the administrator of the application.

Adding a Autonumber field

  1. Drag and drop the Auto number field type to your form.
  2. Specify the Start Index value as per your requirement.
  3. Specify the Field Name that will be displayed for this field in the Form. The Deluge Name of the field will be same as the field name with underscore instead of white spaces, and will be assigned automatically by Zoho Creator.
  4. When you Access the application in live mode, you can find the auto number field assigned with the incremented value, for each record, based on the start index you have specified.

Top