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
SirTravSirTrav 

Attach the Quote PDF to a Visualforce Email Template

I have a Quote approval and have a visualforce email template that is being used as the approval email.  I have a user that would like to see the actual Quote PDF that goes out to the customer but would still like to be able to reply to the email to approve of reject the approval.   I am not sure if this is possible or how I would do it.  Can anyone think of a way using any of the Salesforce features like apex, or inbound email that I could send the approval email out with the actual PDF from the quote attached to it? 
Best Answer chosen by SirTrav
shiv@SFDCshiv@SFDC
We can aceive this functionality by Inbound Email Handling. We can send a html/Vf email template to customer. where he need to reply either in 'Yes' Or No format. Now handle the customer answer in SFDC.

Let me know if you have any other query.
Thanks !