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
asigmon1.3887132025520032E12asigmon1.3887132025520032E12 

update checkbox when email sent using template

I would like to auto update a check box when I send an email using an email template. I am not trying to auto send the email, just to update the checkbox. 
Satish_SFDCSatish_SFDC
If you are sending an email using the Workflow email alerts, then you could easily add a field update action.
But if you are manually sending the email using the email template, then there is no direct way to auto update the checkbox.
One alternative would be to write a trigger on activity and check if the email template matches and then update the checkbox.

Regards,
Satish Kumar