Replies: 2 comments
-
Can I take this ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@abhip167 we haven't implemented the email thread yet. I'm putting this one on-hold as we are waiting for the new backend structure to be ready (should take ~2 weeks) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Attach an email to a person
It should be possible to attach an email to a person from an email thread accessed from a company record when the email is not recognized as associated with any Person record in our database. (Almost nobody will manually add emails to People records)
Everyone that has the right to see an email, should be able to attach an email recipient to a Person record:
Screen.Recording.2023-08-18.at.12.32.59.mov
Linked people
Once a record has been attached (either manually as described above, or automatically if the Person record has already been filled with an email, a link should appear to navigate to the Person detail page.
In the following example, Alexandre Prot has already been associated with an email on Twenty, clicking on his name, opens a chip to navigate to his detail page.
The condition to display this chip is thus "Does a person record has his email filled in his profile?
Screen.Recording.2023-08-18.at.12.38.43.mov
Condition on the email field
We should add validation to prevent users from letting two people have the same emails. (Restore the previous state with an alert message if the email is already set for another record)
Beta Was this translation helpful? Give feedback.
All reactions