Answer by Pranay Jaiswal for creating Chatter FeedItem with sites user
Another way would be to use feed item trigger and make the chatter feed accessible to everyone.trigger FeedItemTrigger on FeedItem (before insert) { for(FeedItem fi:Trigger.new){...
View ArticleAnswer by Peter Pospisil for creating Chatter FeedItem with sites user
I found the best workaround for my issue.I wrote the body of the feeditem into a custom field on the parentobject of the feeditem.Then I activated the feedtracking for this field and the feedtracking...
View ArticleAnswer by Aayush K for creating Chatter FeedItem with sites user
In addition to the suggestions by BritishBoyinDC, an easier way would be by inserting the entries from the public site into a custom object. Then have a scheduled class pick up the messages from the...
View ArticleAnswer by BritishBoyinDC for creating Chatter FeedItem with sites user
Short answer...no. I asked the product team about it, and I didn't get the sense it was on road map either which is a shame - I have several projects where it would be useful.As for workarounds, you...
View Articlecreating Chatter FeedItem with sites user
is it possible to create a chatter FeedItem with a sites user with public access, is there any workaround to get this done?I tried to insert it with "insert" and also with the ConnectApi but I got the...
View Article