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
tk.servicetk.service 

EnhancedList: Chatter Follow Action

Hi,

 

We have a VF page with <apex:enhancedList type="Opportunity" /> implemented to display views selected.

 

Any idea why the Chatter Follow/Un-Follow button is missing from the Action column in the enhancedlist view? or is it a feature that is not currently for apex:enhancedList ?

Best Answer chosen by Admin (Salesforce Developers) 
MagulanDuraipandianMagulanDuraipandian

We should add <chatter:feed/> to enable Chatter Follow/Un-Follow button before <apex:enhancedList/>

 

https://sites.google.com/site/infallibletechie/chatter-follow-un-follow-button-is-missing-from-the-action-column-in-the-enhancedlist-view

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog

SFDC Site

If this post is your solution, kindly mark this as the solution.