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
eshhheshhh 

Creation of email template for all records

Hi all,
Please help me.

I want to automate an email template for all records existing in custom object. (i want to fetch the records based on condition and need to render all that record values in single email template)

Thanks
Sonam_SFDCSonam_SFDC
Hi,

You can actually create a Visualforce email template that can retrieve all the records using SOQL and diplay on the email template:
Read more on:http://help.salesforce.com/HTViewHelpDoc?id=creating_visualforce_email_templates.htm&language=en_US
Sample template: http://wiki.developerforce.com/page/VisualForceEmailTemplates_sample