function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
UrvikUrvik 

Email Response Sender's Name

Hi,

I have custom approval process which uses visualforce email template. In which when an approver respond to email, I would like to display approver's name or email address in subject line or the body of the response. How do I that? Anyone please assist.

Thanks,

Urvik
AshwaniAshwani
There  are two variable avaialble in template which you can utilize to show responder name:

{!relatedTo.name} and {!recipient.name}