Aug 12, 2019 09:12 AM
Can I code a field so that each new record is unique?
Aug 12, 2019 02:18 PM
If you can avoid two records to have the same value in a field, I think you can’t. If you want yo have an unique identifier for every records, you could use a Formula field with RECORD_ID(), or build an code field with an Autonumber field.
RECORD_ID()