You need to sign in to do that
Don't have an account?
Kim Wojno
Error with Visualforce Email Template
Hello!
I am trying to create a new template but everytime i try to reference the opportunity I get this.
Error: Unknown property 'core.email.template.EmailTemplateComponentController.Opportunity
Here is the code:
'
I am trying to create a new template but everytime i try to reference the opportunity I get this.
Error: Unknown property 'core.email.template.EmailTemplateComponentController.Opportunity
Here is the code:
<messaging:emailTemplate subject="WeddingWire Receipt" recipientType="Contact" relatedToType="Opportunity"> <messaging:htmlEmailBody > <p style="font-family: Helvetica, Arial, sans-serif; font-size: 12px">Hi {!recipient.name},</p> <p style="font-family: Helvetica, Arial, sans-serif; font-size: 12px">Congratulations! You now have access to premium WeddingWire benefits. Your order has been processed successfully. Here are the details: </p> <p style="font-family: Helvetica, Arial, sans-serif; font-size: 12px"> <strong>Confirmation Number: </strong><apex:outputField value="{!Opportunity.Transaction_ID__c}"/> <br></br> <strong>Product:</strong> <br></br> <br></br> <strong>Total Contract Value: </strong> <br></br> <br></br> <strong>Sales Price: </strong>{!Opportunity.Amount} <br></br> <strong>Payment Plan: </strong> <br></br> <strong>Installment Amount: </strong> <br></br> <strong>Sales Rep: </strong> <br></br> <strong>Term: </strong>12 Months <br></br> <br></br>
'
{!relatedTo.Transaction_ID__c}
All Answers
http://www.salesforce.com/docs/developer/pages/Content/pages_compref_messaging_emailTemplate.htm
{!relatedTo.Transaction_ID__c}