
The Auto-Incrementing Field provides the following capabilities:
In Form Designer you can add an auto-incrementing field by dragging the auto-incrementing number field icon onto the form from the toolbar. ![]()
In addition to the Default Field Properties Auto-Incrementing fields expose the following additional properties:
TODO This needs to be re-populated when the field properties for auto-incrementing number fields are turned bak on.
Details about field security are available here: Field Security
TODO: Link to the basic field history document that does not exist yet
Details about field accessibility are available here: Accessibility
Auto-Incrementing fields can be read in script but are set and maintained by Platform Server. The value of an Auto-Incrementing field can not be set in script.
N/A
$ps.toast("Auto Increment Field:" + $current.new_autoincrement_field_1);
Details about query operators are available here: ps-queryoperators