-
Edit an Email Template from a Visualforce page
I am creating a visualforce page .In this page i have a custom button EditEmailTemplate.My requirement is:
when a user click EditEmailTemplate button email template should be open in a text editor so then user can edit template according to need.
Log In to reply.
Popular Salesforce Blogs

Best Practices to Avoid Excessive SOAP and REST API DML | Salesforce Developer Guide
Ensure your code is as efficient as possible when developing integration applications with Force.com SOAP APIs to avoid poor performance or API limit issues. This…

Learn All About Apex in Salesforce | The Developer Guide
What is Apex in Salesforce? Apex is a strongly typed, object-oriented programming language that allows developers to run flow and transaction control statements on Salesforce…

External File Storage for Salesforce
Salesforce is a great CRM tool, but one issue that companies using the platform may face at some point is limited storage space. You can…
Popular Salesforce Videos
Explore Our Salesforce Story
Explore the origins of Salesforce and how the Futureforce program came to be. Watch this video and do connect with us and share your experience…
Getting Information from your Salesforce Account for a Salesforce Connection
Watch this video to learn how to get information from your Salesforce Account for a Salesforce Connection. Do let us know in the comment section…
Salesforce Triggers Part-1
A trigger is an Apex script that executes before or after data manipulation language (DML) events occur. Apex triggers enable you to perform custom actions…