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
sfdc_ devbox_2011sfdc_ devbox_2011 

Display Visualforce page on home components.

is there any way to display VF page on home components directly without clicking Custom link. ?

 

My requirement :-

Community user will login and he will see cases and tasks assigned to him.

 

Please suggest.

digamber.prasaddigamber.prasad

Hi,

 

I am afraid that this is not possible.

 

Regards,

Digamber Prasad

KemiKemi

Do you mean as a home page component?  You can do that - just create an HTML area home page component (wide column).  Then, show HTML and add:

 

<br><iframe src="/apex/[YOURPAGE] "width="100%"height="300px"></iframe ><br>

 

Replace the[YOURPAGE] with the name of your page and you can play around with the height.