FastFormField nuAutoNumber

From nuBuilderForte
Revision as of 16:52, 15 January 2021 by Apmuthu (talk | contribs) (Created page with "The FstForm field nuAutoNumber is for storing number sequence that can be incremented for each new record. It is by default a VARCHAR(1000) field but should have the last one ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The FstForm field nuAutoNumber is for storing number sequence that can be incremented for each new record. It is by default a VARCHAR(1000) field but should have the last one as a digit that gets incremented.

The user table allows duplicates unless the schema has other keys / constraints. The AUTO_INCREMENT parameter is not necessary in the schema definition of the user table.

The Next Number attribute of the Input parameter can be initialised.

Next nuAutoNumber.png