You need to sign in to do that
Don't have an account?

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.
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.
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.