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
sales4cesales4ce 

Add Cases to Home Page layout

Hi,

 

Is there a way we can add cases to the Home page layout.

When ever users log in they should be able to view the cases assigned to them.

 

Any idea/help on this is highly appreciated.

 

Thanks,

Sales4ce

 

 

Best Answer chosen by Admin (Salesforce Developers) 
sh-at-youseesh-at-yousee

Hi,

 

One way of doing this would be to create a home page component which utilizes the API to create a HTML table listing the case information needed.

 

Another way could be to build a VisualForce Page displaying the case information and through an iframe show that VF Page in a home page component.

 

Cheers.

 

Søren Nødskov Hansen

All Answers

sh-at-youseesh-at-yousee

Hi,

 

One way of doing this would be to create a home page component which utilizes the API to create a HTML table listing the case information needed.

 

Another way could be to build a VisualForce Page displaying the case information and through an iframe show that VF Page in a home page component.

 

Cheers.

 

Søren Nødskov Hansen

This was selected as the best answer
sales4cesales4ce

Thanks for your reply.

I was able to create a VF page and then used an Iframe to show the information.

It worked for me.

 

Sales4ce