Search code examples
dynamics-crm-2011dynamics-crmcrmdynamics-crm-4dynamics-crm-online

how to send email template on custom button click in crm


I done adding an custom button in grid view of customized entity , from here how to set action for that button to send email for selection of associated records.

thanks in advance.


Solution

  • Create a workflow to send email, and then use javascript to trigger that workflow when you click the custom button.