- 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 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-15-2020 06:00 PM
Guess that's the way to go and the only exception is with the CI table.
Many thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2020 12:20 AM
HI,
This BR :SNC Create Unique Index doesnot allow this to set it unique. You need to deactivate this and make the field unique and activate BR again.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2020 09:06 PM
Thanks I've actually tried it added Unique to the form + indexing it without success, fortunately I found out that it's related to the CI table since making unique + indexed fields in other tables work correctly.
Don't get why is this behaviour related to tables extended to CI table but that seems to be the problem.
Thanks, Do you know the purpose of this BR: SNC Create Unique Index by setting Unique to false?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2020 02:17 AM
Hi,
It ensures that the index exists for the field you are marking unique. If not then it will not allow you to mark the field as unique.
Thanks,
Ashutosh