It would be nice to have option to create custom fields as "email" type. as example we would like to have e-mail of accountancy in to account or some other fields like email for reminders. Now we use it as text field, but email type could add more functionality to mark mail as "invalid" or "opted out" anywhere from one place.
email field type
Collapse
X
-
Hi,
https://payhip.com/TelecastGroupSoftware
"Matrix Field for EspoCRM"
As many of you know this absolutely awesome software platform we all enjoy and use everyday was birthed by a small brilliant team out of Ukraine over a decade ago, specifically in the region of Chernivtsi. The core of EspoCRM is still updated and maintained by its few dedicated developers, some of whom may have even directly

If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​ -
You could create the email type manually just look for an existing email field in entityDefs of an entity like (Account) and copy field into your desired entityDefs of your custom entity it should work i have done it before.It would be nice to have option to create custom fields as "email" type. as example we would like to have e-mail of accountancy in to account or some other fields like email for reminders. Now we use it as text field, but email type could add more functionality to mark mail as "invalid" or "opted out" anywhere from one place.
good luck
Comment
-
yuri could you please tell what possible side effects could happen if we set in email.json - "notCreatable": false . Once we set "notCreatable": false - all Entities get enabled to create Email field types with the name "emailAddress", and at first look, it seems that everything works well. Is there anything wrong with it in general, that we should know about?Comment
Comment