Unique number for custom field
Hi, Im using CRM to track our customers, and in Czechia companies do have IČO which is unique number, can I set custom field to be unique? So if someone tries to enter the same number for different company, it wont let them? Thank you!
7 Replies
Not that I’m aware of. 🤔
or atleast some highlight or warning that shows that this value already exists
Sadly, such option is unavailable, if you want, you can request it (implementing it shouldn't be hard but I'm not sure of database)
Thank you for your answer! 🙂 Would you mind telling me where to post suggestions? Thank you 🙂
GitHub
Issues · twentyhq/twenty
Building a modern alternative to Salesforce, powered by the community. - Issues · twentyhq/twenty
@MiraCZ @Raph @ɃØĦɆᵾS The option actually exists but it's not released yet
you can try playing with it if you are a bit technical
you can check in the code base we have implemented a unicity constraint on company.domainName for example
It's part of our "Index" tooling
Didn't know that, good to know 👍