1
Add regex pattern validation support for custom fields
Source: twentyhq/twenty#18680 · opened by @juancamilo49
Scope & Context We are working with custom fields on People and Companies objects in Twenty CRM. This ticket is about adding regex pattern validation support when creating or editing custom fields in a workspace. Currently, Twenty CRM allows users to create custom text fields for objects (e.g., a "License Plate" field on People), but there is no way to enforce a specific format or pattern on the input. This is already supported in other platforms like Chatwoot's custom attributes, which allow defining a regex pattern and a hint message. Current behavior When creating a custom field for an object (e.g., People or Companies), the user can set a name, type, and description — but there is no option to define a validation pattern or regex for the field value. This means that a field like "License Plate" (expected format: 3 uppercase letters + 3 digits, e.g. ABC123) accepts any arbitrary string with no validation, leading to inconsistent data quality across…
No pledges yet. Be the first to back this.
Comments
Similar requests
Question: Does conditional field visibility exist? (show/hide fields based on Select field value)
3 votes · 0 comments
Configure mandatory fields by stage
3 votes · 0 comments
Add conditional field formatting for numeric table and record fields
3 votes · 0 comments
Allow changing the display format of system date fields (createdAt and updatedAt)
0 votes · 0 comments
Add template library for records
3 votes · 0 comments
No comments yet.