
I want to combine value from multiple fields of a different data type into one field.
For Instance: Subject, TextBody, ToAddress, FromName, HtmlBody, CreatedDate now I want to showcase all these fields in a single field.
Can you someone help on this?/
TIA
1 个回答
Since formula fields cannot reference long text fields, which TextBody and HtmlBody are, you will not be able to this using a formula. You might be able to accomplish this with Process Builder, and probably in an Apex trigger, but you will be doubling the storage requirement for emails.
It really begs the question - why do you need to do this? Surely a single field with all the email information isn't useable by anything.