Is there a customization section common to all Apps ?
Yes. Salesforce provides sidebar for this purpose. This sidebar is nothing but a collection of standard & custom components. Standard components include Create New, Recent Items, Tags, Custom Links, Recycle Bin.
What is allowed inside a sidebar component ?
you can have one of the following types for a component,- Links
- Image
- HTML
- Visualforce
How can we use visualforce ?
Most of the time one can use visualforce to build a sidebar component for one of 3 purposes,- Output Stats, Quotes, Reminders, Important messages etc
- Input a value from user & take action in Apex
- Set of links for Navigation
Where is the code ?
I have given code for illustrating all these use cases. To try this out,1) you need to create a new 'Custom Component' under Setup -> Home -> Home Page Components.
- with 'visualforce' type, height 200px, narrow type
- select the visualforce page (copy the code from below)
2) Then, you need to add this new component into current Home Page Layout.
No comments:
Post a Comment
Thanks for reading my blog !