• GVel
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
For a customised chatter experience using the visualforce page on communities, it is proving to be a daunting task to recover the 'Recently Viewed Groups' list for the user using the ConnectApi. I have also checked the RecentlyViewed object and not found any collaborationgroup type items in it. Which object stores this information and what is the preferred ConnectApi method retrieve it? Or is there another way to it? 
Thanks
  • December 19, 2016
  • Like
  • 0

Hi,

 

In a visualforce I used an autocomplete feature (in JQeury) for an input field and that works great.

It's based on a remote action define in my controller which is called by the javascript.

 

Now, I want to put my visualforce in an apex iframe but when the frame is shown, the warning message : "Javascript proxies were not generated for controller myController : may not use public remoted methods inside an iframe".

And my apex remote action is of course never called.....

 

Do someone has an idea to resolve that ?

 

Thanks in advance for your help.

 

 

  • November 21, 2011
  • Like
  • 0