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
Brothe2000Brothe2000 

Visualforce Tabbed Accounts and Chatter

I have the tabbed accounts functionality enabled for my company and we are using Chatter.  The Visualforce page over-rides Chatter for the account.  Is there a way for me to "Insert" Chatter at the top of the page with some simple code OR insert the visualforce tabbed account view into the Page Layout without getting the weird framing of a Page in a page happening?

 

I'm sure there's a way to pull it in, just wondering if anybody else dealt with this issue yet.  If I figure it out, I'll post the solution. 

stephanstephan

As far as the first option (inserting Chatter into a VF page), this is something we're working on for an upcoming release. As far as the second option (inserting the VF page into the layout), you could change your VF page to not display the header by adding showHeader="false" to your apex : page tag.

 

...stephan

fredkafredka

I was wondering if there was any update on this... Will it be available when the general release is out in the summer? thanks!!

 

Fred

fredkafredka

Has anyone heard of an update to this?

fredkafredka

Thanks for the reply Stephen!!!!

 

Fred