I would like to display the email sending date in the account list. please advise me on how to set it up and provide step-by-step instructions if possible?
Announcement
Collapse
No announcement yet.
want to display email date-sent to account list, how can i do?
Collapse
X
-
Comment
-
the relationship defined currently between account and email is a one to many which means you can't access fields of the emails from account. besides if you have an account and you sent 10 emails then which date sent you want to have is it for the last email or what? not sure why you need this but i suggest to think about another solution. of course you can always create a date sent field on the account and using before - save formula you could check if the parent is equals Account and status is sent then set dateSent = dateSent (formula should be used on email entity)
-
Comment