1 respuesta
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!