T
Twenty2mo ago
fjcero

Custom validation for fields

I have in the CRM defined a custom field for "city". What is challenging is making the whole team to use the same format, some just use a short format instead of full city name making reporting almost impossible. It will be great if Text fields could have a validation function, either Regex, or something more complicated, thinking as well that workflows are a good starting point for async automations (and that I am already using). But it will be great to enforce certain rules in fields.
2 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS2mo ago
Some kind of "custom" validation is in progress right now, could you please create an issue and link this to yours? https://github.com/twentyhq/twenty/issues/14740
GitHub
Introduce maximum number allowed values on field type url, emails, ...
What: Add a new setting for field types, and adapt the app-inputs accordingly E.g. here I might not be able to add a third value if it's limited to 2 URLs: Goal: Specifies how many values users...
fjcero
fjceroOP2mo ago
nice, thanks for the reference @ɃØĦɆᵾS

Did you find this page helpful?