You need to sign in to do that
Don't have an account?

send an email from custom button for a particular user
hi.
I have one custom object properties__c , in the detail page of a record, I have a custom button(Find Properties ) which is going to filter the properties , based on the selected properties I want to send an email to the customer for that i have created another custom button while clicking on button automatically the new window should get opened with email properties how to achieve this functionality & automatically the data should get mapped in the email template which i want to send. & also email should be entered manually writing the address in To,.
I have one custom object properties__c , in the detail page of a record, I have a custom button(Find Properties ) which is going to filter the properties , based on the selected properties I want to send an email to the customer for that i have created another custom button while clicking on button automatically the new window should get opened with email properties how to achieve this functionality & automatically the data should get mapped in the email template which i want to send. & also email should be entered manually writing the address in To,.
Try the following code for the javascript Above is a sample code,kindly modify it as per your requirement.
For additional information check here:
- https://success.salesforce.com/ideaView?id=087300000006tqzAAA
- http://pragmaticforce.blogspot.com/2011/08/passing-report-criteria-via-dynamic_9002.html
Please let us know if you are looking for something else.Best Regards,
Nagendra.P
use this you get some idea