Hi, is it possible to set the email address field for Users and Contacts as UNIQUE in EspoCRM to prevent duplicates? If so, how can this be configured?
Set emails to UNIQUE
Collapse
X
-
Hi drychly,
You can either configure the fields for duplicate check in the Contact and User entity settings (Administration > Entity Manager > {entity_name} > Edit) or use the API Before-Save Script: https://docs.espocrm.com/administrat...licateconflict.
Comment