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
kgrasukgrasu 

How can I add the "Send Notification Email" checkbox to my task visualforce page?

Hi,
 
I am overriding the "Log a Call " new page in visualforce.
 
How can I add the "Send Notification Email" checkbox that in the standard new page for "Log A Call"  to my custom visualforce edit page for "Log A Call"? I dont see the API name for this field anywhere in the Task object definition.
 
Appreciate if soemone can comment on this issue.
 
Thanks
 
Ron HessRon Hess
you may have to write this code yourself, add an input checkbox, and some code that does the send email if it is checked at the time you save the record