Hi All,
Trying to rebuild some email templates after moving a page from a VF page to standard page and moving to Lightning, we seem to have lost the Product displaying on the email.
I have tried all the following and can't get it to appear on the email, can I get some help please?
<b>Package:</b>
{!Product2.Name}<br />
{!Product2.Id}<br />
{!Product2.RecordType}<br />
{!Se_Invoice__c.Se_Invoice_Product__c}<br />
{!Se_Invoice__c.Se_Invoice_ProductId__c}<br />
{!OpportunityLineItem.Product2Id}<br />
{!OpportunityLineItem.Description}<br />
{!Se_Invoice__c.Se_Product_Name_Fn}<br />
{!Se_Invoice_Product__r.Name}<br />
{!Se_Invoice__c.Se_Product_Name_Fn__c}<br />
{!Se_Invoice__c.Se_Product_Name__c}<br />
{!Product2.Name} <br />
Thank you, Ben.
3 comentarios
on opportunity you don't have any of those. You must go through all related opportunitylineitems, but you aren't able to do this in email template, that's probably why you used VF.