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
Harshala ShewaleHarshala Shewale 

How to restrict follower A to see particular post, when sent to Follower B

Hello Everyone,

 

 

Just joined  Force.com Discussion Board :). I have one question which eating my brain. I am trying to implement one feature which will restrict user to see chatter post (If some restricted info it contains) even if he is follower of me or viceversa. 

 

I have implemented trigger which will invoked when I will post something with some restricted info. Also I have selected some users in one of my object to do not to post them such post. But let suppose there are Users A, B, C and all are my followers. When I will post something to A with some secret info that time it should be visible to User B, C.

 

 

Is it possible in apex code? Please help me for this, if you have any hints plz post.

 

 

 

Thanks,