Is there a way to show the email and calendar tab for custom records?
I have a custom object defined, and it has an email field. I would love to see the email and calendar tabs for this object (as well as the people object). But, even after adding an emails field, the tabs don't appear. Is there any way to activate that functionality?
I am running self-hosted at version v1.0.3.
P.S. I love Twenty, it's awesome!
3 Replies
@apkenn email field isn't related with the Email tab at all, records can have email fields but they won't have Email tab no matter what, as I'm taking a look in the code, it's hardcoded to specific types of objects (Company and Person) so it's not possible to change it, maybe in the future it'll be changed once mails are implemented as standard object which is Q4 25 or Q1 26 as well as custom layouts according to roadmap (https://github.com/orgs/twentyhq/projects/1)
Ok great, makes sense to me, thanks for the help!
No problem!