Skip to main content
Mike Martone 님이 #Collaboration에 질문했습니다
There are a few users and groups that are required for new employees to follow in Chatter. Is there an automatic way to do this or do we have to rely on them to initiate it?

 

Thanks
답변 1개
  1. 2014년 11월 12일 오후 7:21
    Mike, if you were on the Enterprise Edition

     or above then:

    1. If you have Flow Triggers[1] enabled then you can do this for sure. Check this out: http://rakeshistom.wordpress.com/category/workflow-rule/visual-workflow-flow/
    2. If not, then you can create a Custom Link on the Detail Page of the User record which when clicked, would force follow the desired Users and Groups thro' 2 ways:

      • The Button/Link again will use a Visual Workflow. On other words, it will execute the Visual Workflow and gets it done.
      • The Button/Link will use a JavaScript(Force.com AJAX Toolkit) to perform the aut-follow. This could be used if you're the Professional Edition with API Add-on.
      • A Visualforce that be can be opened via clicking on a link placed on the User record Detail Page. This VF Page will house a button that when clicked will force an auto-follow on the desired Users/Groups. This can be used if you are say the Professional Edition(no API Add-on) or below.

    [1]:

    Flow Triggers
0/9000