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
Andrew W ChangAndrew W Chang 

How to make the system generated 'case created' feed (CreateRecordEvent) invisible to community users?

I am trying to make the case created feed invisible to community users. I understand that this system generated feed do not trigger FeedItem trigger.

I tried using PB to kick off when a new case is created and initiate Flow to find any FeedItem for the case but it seems the rule finished even before the feed is created. 

My goal is to hide the system generated case-created post so users are forced to comment on actual post from our agent rather than commenting on this system generated feed.

 
SandhyaSandhya (Salesforce Developers) 
Hi,

This idea has been post but not yet delivered.

https://success.salesforce.com/ideaView?id=08730000000kwC2AAI
 
Best Regards,
Sandhya
Andrew W ChangAndrew W Chang
Sandya, Thanks for the reply. I already voted for the idea but was looking for an alternative solution until the idea gets implemented. 

Do you know if this can be achieved by Apex coding?