Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Re: How:certain user will receive email notificati...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
How:certai n user will receive email notificati on when there is someone add attachment ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-15-2013 05:18 PM
How can i do this help please.
Tell me and I forget. Teach me and I remember. Involve me and I learn.
========================================================
Re: How:certai n user will receive email notificati on when there is someone add attachment ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-15-2013 11:19 PM
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
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.
Re: How:certai n user will receive email notificati on when there is someone add attachment ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-15-2013 11:32 PM
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.
========================================================

