Integrated Application Platform › Forums › General › Newbie Question #2 › Reply To: Newbie Question #2
May 28, 2017 at 9:23 am
#1305
Keymaster
Suneido doesn’t have auto incremented numeric keys.
We use Timestamp() to get automatic unique keys. Our usual approach is to use a rule to set the timestamp.
Timestamps have the side benefit of giving you the creation date/time of each record.
You can also have an _TS field that is automatically set to the last modified date/time.