- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2020 10:30 PM
Hi Everyone,
I Just can't set fields to Unique no matter what I do, I have the personalize_dictionary role, I created the field from scratch, I even indexed It as suggested in other thread but nothing works, fields are still getting duplicated even with the option checked. BTW the table was extended from CI
Related topics
Thanks for any ideas
Solved! Go to Solution.
- Labels:
-
Instance Configuration
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2020 11:36 PM
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.
Or you can try this
Let me know if this works!!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2020 10:44 PM
Hi
I hope you've verified the records in the table, and that the field doesn't have any existing duplicate value(s). If you can, maybe try to delete all the records (after taking a backup), and then import the data back again.
Also, if nothing works, you can write your own before insert/update business rule, to check for a duplicate value for the field, and if yes, abort the insert/update action.
Thanks & Regards,
Rishabh Jha
Aavenir (https://www.aavenir.com/)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2020 10:45 PM
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2020 10:59 PM
Thanks Ill try the business rule since there are no duplicate values, guess its related to the CI table which was used to extend this custom table.
Do you guys know if there are any restrictions when extending tables to CI (configuration Item) table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2020 11:15 PM
Muhammad