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
Shree KShree K 

what are the most often and important use cases of inline vf page other than adding them to page layouts and displaying them on the detail page?


Hi everyone,
what are the most often and important use cases of inline vf page other than adding them to page layouts and displaying them on the detail page?
i mean in what type of situations we can use inline vf pages as a solution?
Best Answer chosen by Shree K
Amit Chaudhary 8Amit Chaudhary 8
Hi CkRdy

Please check below blog for more information. Step by Step process
http://blog.jeffdouglas.com/2009/05/08/inline-visualforce-pages-with-standard-page-layouts/

Example 1:- If you on Account Page we need to show contact related list and we also need to provide filter/search option then we can create inline VF page

Example 2:- If we need to show some data from muliple object then we can use inline VF page


Please let us know if this will help u

Thanks
Amit Chaudhary

All Answers

Amit Chaudhary 8Amit Chaudhary 8
Hi CkRdy

Please check below blog for more information. Step by Step process
http://blog.jeffdouglas.com/2009/05/08/inline-visualforce-pages-with-standard-page-layouts/

Example 1:- If you on Account Page we need to show contact related list and we also need to provide filter/search option then we can create inline VF page

Example 2:- If we need to show some data from muliple object then we can use inline VF page


Please let us know if this will help u

Thanks
Amit Chaudhary
This was selected as the best answer
Shree KShree K
Hi @Amit Chaudhary  
Referring to your Example 2:-
show some data from muliple object,does those ojects needs to be in a relationship ?