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

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?
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
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
Referring to your Example 2:-
show some data from muliple object,does those ojects needs to be in a relationship ?