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
ia-ryania-ryan 

Rich Home Page Components

How do you guys put together rich home page components?

 

Particularly in the sidebar, where all you can't get access to VisualForce without creating an iframe. Is anyone getting data from SFDC into a non iframe home component?

 

I had to write an adhoc Visualforce page that returned JSON so I could call it from the sidebar - really hacky, but SFDC really cut us off at the knees from what I can tell. I was just wondering what other tactices people might have to get data that is normally accessible through VisualForce in to the sidebar (that doesn't involve an iframe). For example, how can I even reference static resources?