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
AlexskiAlexski 

email templates-- pulling data from mulitple objects

I have a custom object called courses.  In that course object is a lookup field referencing the Contact object called "instructor".  Within the course object I'd like users to send an email to the instructor and have it log in the activity history for the course.  I'd  like to build a template that pulls in the instructor's first name from the Contact object. It seems like visualforce templates can do that, but I'm not sure how..