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
Nick KaldenbergNick Kaldenberg 

how to add notes to visualforce email template

I have a visualforce page to submit support requests, that has a workflow rule that sends it to the appropriate rep when it is submitted. 

When it is completed the rep enters the completion date.  What I want to do is set up a workflow rule that will send an email out to the requester when the completion date is added.  In this email I need to display the body of any notes that are attached to the record.

I know how to setup the workflow but how would I add the notes to the email template.
Best Answer chosen by Nick Kaldenberg
Daniel B ProbertDaniel B Probert
have you looked at this one?

https://developer.salesforce.com/forums/ForumsMain?id=906F0000000971FIAQ


All Answers

Daniel B ProbertDaniel B Probert
have you looked at this one?

https://developer.salesforce.com/forums/ForumsMain?id=906F0000000971FIAQ


This was selected as the best answer
Nick KaldenbergNick Kaldenberg
Thanks Daniel, that worked perfectly.