You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Required custom attribute is not being validated when creating a Person
Issue Description
A custom attribute (e.g., Gender) created for the Person entity and marked as "required" is not enforcing validation. The user is able to create a Person without selecting the required field. This causes incomplete data to be stored, which defeats the purpose of marking an attribute as mandatory.
1. Go to Settings → Automation → Attributes
2. Create a new attribute with:
- Name: Gender
- Entity Type: Person
- Mark it as Required
3. Go to Contacts → Person
4. Click on "Create Person"
5. Leave the Gender field empty
6. Click "Save" or "Create"
Expected result
A validation message should appear indicating that the required field (Gender) must be filled.
The Person record should not be created until all required fields are provided.
Actual result
No validation error appears.
The Person record is saved even without the required field value.
Bug report
Title
Required custom attribute is not being validated when creating a Person
Issue Description
A custom attribute (e.g., Gender) created for the Person entity and marked as "required" is not enforcing validation. The user is able to create a Person without selecting the required field. This causes incomplete data to be stored, which defeats the purpose of marking an attribute as mandatory.
Preconditions
Steps to reproduce
Expected result
Actual result
Attaching video link-https://webkul.chatwhizz.com/share/view-recording/67f4fab1280d9b1248502575
The text was updated successfully, but these errors were encountered: