Reply
Trusted Contributor
Teach_me_how
Posts: 173
0

How:certain user will receive email notification when there is someone add attachment?

How can i do this help please.

========================================================
Tell me and I forget. Teach me and I remember. Involve me and I learn.
========================================================
Regular Contributor
Rakeshistom011
Posts: 37
0

Re: How:certain user will receive email notification when there is someone add attachment?

By using apex code you can do this, For standard Notes and attachement we don't have access.

In Apex read your Attachement length (like before you have 3), once it's size will up..trugger will fire

Thanks,
Rakesh Kumar LinkedIn
Salesforce Certified developer, Administrator, Consultant
Answers/Suggestions are my own.
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

Trusted Contributor
Teach_me_how
Posts: 173
0

Re: How:certain user will receive email notification when there is someone add attachment?

Thanks Rakesh

 

Im pointing to standard notes and attachment related to my custom object.

 

i guess the trigger your saying will be inside custom object? but how can i query the number of attachment when i am residing at custom object?

 

How the trigger will fire up if we dont change any value on custom object and we only adding attachment?

 

hope you get my point.

========================================================
Tell me and I forget. Teach me and I remember. Involve me and I learn.
========================================================