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

How to add my cases component on home page layout
Hi All,
I have a requirement to add my cases component on home page layout.
How can i go about it without creating a complete visualforce page ?
Hi,
I am not sure what you mean by "Cases Component". If you need to place the URL in the home page releted to cases, then you can create Custom Links in "Setup ->AppSetup -> Home ->Custom Links"and add it to the home page layout.
If it you want to add HTML/Logo/HTML area, then you can create a new home page component in Setup ->AppSetup -> Home -> HomePageComponents and add it to the page layout.
Thanks
The way we see tasks and events on home page layout..it shows assigned tasks for the logged in user..i need to add one area for cases...where logged in user can see the cases assigned to him....
How can i do this ?
HI Gautam,
I have a similar requirement.were you able to solve this?
Thanks
Here is one way that you can use to achieve the same:
[i]. Create a List View on the Cases labeled "My Open Cases" with the below spec:
[ii]. Copy the ID of the List View
[iii]. Now create a Visualforce Page [Setup | Develop | Pages] with below markup:
<apex:page> <apex:enhancedList customizable="false" listId="XXXXXXXXXXXXXXX" height="300" /> </apex:page>
[iv]. Save it and no let us create a new Visualforce Home Page Component from Setup | Customize | Home | Home Page Components
[v]. Click New and follow the screenshot:
[vi]. Finally add that new Component to the Home Page Layout at Setup | Customize | Home | Home Page Layouts