Quantcast
Channel: Ideas regarding FeedItem trigger - Salesforce Stack Exchange
Browsing latest articles
Browse All 2 View Live

Answer by Keith C for Ideas regarding FeedItem trigger

Are you sure that the built-in email notifications are not sufficient? And that your users want what could be a large number of emails?I don't think there is any way to avoid having to run a separate...

View Article



Ideas regarding FeedItem trigger

trigger feeditemnofication on FeedItem (after update,after insert) { for (feeditem F : Trigger.new) { if(Trigger.isInsert) { feeditem EE = [Select body,parentid from feeditem where Id = :F.Id];...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images