Hi Guys. Our customer would like to see the actual email addresses (not user lookups) for the sender and recipients of emails.
I can see it's torecipients and from in the actual data, but these fields are not available to be added to forms or views. Is there some reason for this?
I have created the fetchXML and updated a view manually in a solution. this is now displaying the email addresses. However I can't do Ithis simply with a form. Ideally I don't want to crate a web resource just to display these 2 fields and add it to a form.
Another way would be to use JS and programmatically get the data, then push in into a form field.
Is there no inbuilt way to show these fields?