I have a custom object Quote__c I am sending an email from Quote, when i open the email Page Contact Name is not populating,I am selecting the contact manually, and quote also i am selecting manually is there is any way to populate all fields in that email page when button selection case..
Attribution to: Sathya
Possible Suggestion/Solution #1
Create a custom link which will open the Send an email page in the current tab or new tab. Also, in the url to the Send an email page just append contact id and quote id to the query string and see if it populates in the email page.
You may want to take a look on how the URL is formed that is taking to the email page using a working model.
For example, this is typical URL from Account page.
and p3_lkid is the account id. In your case, you need to populate it in your url and make it as a custom link.
This gives you an idea of what you going to achieve.
Attribution to: Bforce
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/33968