Enforce Unique Values with Unique Fields
If a field should never have the same value twice across a custom object — a serial number, a reference code, an ID — mark it as unique, and Vendi Today will stop duplicates before they happen.
Setting a field as unique
On a new or existing field:
- Go to Settings → Custom Fields.
- Click Add Field (or edit an existing one).
- Choose a supported type: Single Line Text, Multi Line Text, Number, or Phone.
- Check Mark Field as Unique.
- Save.
On the primary field when creating the object:
- Go to Settings → Objects → Add Custom Object.
- Define the primary field.
- Check Mark Primary Field as Unique.
- Create the object.
What happens with a duplicate value
- On the primary field: the save is blocked outright.
- On a non-primary unique field: duplicate rows are skipped with a warning.
- During a CSV import: the import completes, but rows with a duplicate value fail and are flagged.
- Through the API: a duplicate value returns a validation error.
Where this is enforced
Uniqueness applies everywhere a record can be created or updated, enforced per account, with a maximum of 10 unique fields per object.
Something to keep in mind
Once you turn a unique field back to non-unique, you can't re-enable uniqueness on it later.
Was this article helpful?
