There are certain forms that have a requirement that they be incremented in a sequential order. Service tickets, purchase orders and invoices are common examples. To accommodate this requirement, we have added an auto increment function. When you create a text field, you can specify the beginning value for a field (Eg., 1000). Each time a new record is created, the field will be incremented by one digit (1001, 1002, 1003).