+ Start a Discussion
Veeru AVeeru A 

Lead.Owner.FullName is not Accessible in Email Template

I have a trigger which sends an email when a certain condition arises in a Lead. 

The Email template looks like this: 

 

{!Lead.OwnerFullName}
{!Lead.OwnerTitle} 
{!Lead.OwnerEmail} 
{!Lead.OwnerPhone} 
 
Somehow, the OwnerFullName will not resolve regularly in this template but all the other fieds resolve fine. 
 
Any ideas out there?