
Dear All,
I am aware this question is already asked and here are few links which I have referred, But in the below examples I am not sure what exactly should be be Customer, EntityID (which entity??) and I guess EntityName related to entityID.
Does EntityID means from which entity I am opening Email. In my case I am opening Email on Account entity.
Calling function with params
CreateEmailFromTemplate(crmForm.all.customerid.DataValue, templateId, crmForm.ObjectId, "incident");
and called function is below
CreateEmailFromTemplate = function(Customer, TemplateId, EntityId, EntityTypeName) {
https://bingsoft.wordpress.com/2010/08/02/create-email-activity-from-template-using-javascript/
*This post is locked for comments
I have the same question (0)Hi chikhaleankush,
EntityId refer to Regarding Object into the Email you are sending.
In your case:
CreateEmailFromTemplate(crmForm.all.customerid.DataValue, templateId, crmForm.ObjectId, "account");
Please let me know if you solve.
If you found the answer helpful, please mark as Verified 
Join my network on LinkedIn
Follow me on Twitter 
Thank You & Best Regards
Francesco Picchi
Microsoft Dynamics CRM Consultant, Bologna+Milano, ITALY
Independent Contractor