You need to sign in to do that
Don't have an account?
Pankaj IRT
Insert event field in email template
I want to displqy events field on email template. so plz help me or suggest what can i do to print any of field may be standard or custom in email template
As you are inserting event field in the email template, So select Event Fields form the Select Field Type and select the event standard and custom field from the Select Field and copy the field from Copy Merge Field Value and paste that field in the email template.As show in the screen shot:
Did you ever get an answer to your question. We are in the same spot. We have a button on the Event page layout to open an email template with Event Merge fields and they are not being populated.
<p class=MsoNormal>Hi {!Contact.FirstName},</p> Shows
<p>{!Account.BillingAddress}</p> Shows
<p>{!Event.Location_Copy__c}<p> Doesn't Show
<p>{!Event.Subject}<p> Doesn't Show
<p>{!NullValue(Event.StatDateTime, "[should show activity date]")}</p> Shows [should show activity date]
So it seems the event object isn't available to the email.