Skip to main content
Is there an option for us to have all users follow each other in chatter so that each user doesn't have to go back and click the follow button for each user?
1 respuesta
  1. 11 mar 2019, 03:13
    I'm afraid this functionality is not available out of the box yet.

     

    You could do this programatically using a simple APEX trigger on user record by creating EntitySubscription

     

    More on  EntitySubscription here: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_entitysubscription.htm

     

    There is a similar idea:https://success.salesforce.com/ideaview?id=08730000000Gp0dAAC

     

    Idea says there are similar apps, might want to give it a go to explore insalling some: https://appexchange.salesforce.com/appxSearchKeywordResults?keywords=auto%20fllow&searchType=simpleSearch

     

    Hope this helps,

     

    Cheers!
0/9000