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
Gallery IntegrationGallery Integration 

Email Notification to Task Assignee when Attachment is uploaded

How can task assignee get an email notification when there is an attachment added to the task?
Best Answer chosen by Gallery Integration
HARSHIL U PARIKHHARSHIL U PARIKH
I believe this can only be accomplished via trigger though. You will need to write a trigger on an Attchment object in salesforce which would fire an email alert to the Task Assignee.

All Answers

HARSHIL U PARIKHHARSHIL U PARIKH
I believe this can only be accomplished via trigger though. You will need to write a trigger on an Attchment object in salesforce which would fire an email alert to the Task Assignee.
This was selected as the best answer
Gallery IntegrationGallery Integration
I see an article on how to this via trigger, however it only can be done on custom object, while task is a standard object.
I refer to this article:
https://developer.salesforce.com/forums/?id=906F0000000AevbIAC

Is it possible to do this in a standard object? because we cannot create any custom field in task.