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 

Auto generation of email template

Hi folks,

 

I want to create template in vf pages that will generate the values automatically by reading the properties of the custom object and it will work for number of users at a time. Is it possible if possible send me detailed note and code.

 

Thanks for ur appriciation.

Raja236Raja236

I did not understand your description but from subject i can say that we have two options one through WorkFlowRules or  by using Triggers to auto generation of email template.

Vinita_SFDCVinita_SFDC

Hello,

 

Yes you can achieve this with Visualforce email templates with Merge fields. In this you can include properties/fields from records of objects (custom or standard). For further details refer following link:

 

https://help.salesforce.com/apex/HTViewHelpDoc?id=merge_fields_vf_email.htm&language=en

 

NOTE: Visualforce email templates can not be used for mass email.