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
fourfourfunfourfourfun 

Visualforce Table In Home Page

Hi,

I'm looking to display a table in the home page for one subset of users, I'd like it to display a list of activities (these are stored in a custom object) they did last week. 

Does anyone have a nice guide or a blog which might point me in the right direction to help me make this? I'm assuming it would be rather straightforward. Doesn't necessarily have to be a table of results, if anyone has any other ideas with a bit of flair, I'm more than open to some solutions.

Arunkumar RArunkumar R
1. Create Visualforce Page that display table based on your logic.

2. Click Setup --> Customize --> Home Page Components -->  New Custom Component -->  Select Visualforce Area -->  Choose Page with height --> After that in Home Page Layouts --> Add the Newly created Component. 


Thanks.
fourfourfunfourfourfun
Thanks, although I was hoping for a pointer towards actually creating the component itself.