About unique column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 02:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 03:20 AM
Hi,
Personalize Dictionary for that field. If the Unique checkbox is not on the Dictionary form, personalize the form layout for the Dictionary form and add it. Check it for your field, and update the Dictionary record.
Then a unique constraint will be enforced for that field. Note that the field must not have duplicate values already, or doing what I described will fail.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 07:20 PM
Hi Yuta,
Add a unique index to the table.
- Go to "System Definition" > " Tables & Columns"
- Select the table to add index
- Check "Unique Index" and select the column to make unique in the "Available" selection box
- Click on "Create Index"
Execution result after adding unique index
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 09:26 PM