
Thanks
1 réponse
Mike, if you were on the Enterprise Edition or above then:
- 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/
- 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