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
Maria CaligiuriMaria Caligiuri 

Showing Selected Contacts on an Account Page in Salesforce

Hello,

I was told I could use Visualforce to allow Contacts with a certain criteria to show on the their associate Account List. I'm not exactly sure where to start or which Standard Controller I should be using. Can anyone help me out? 

Thanks, 
sreenivasAppssreenivasApps
Hi Maria,

By my understanding, you are going to display contacts information on associated Account page. 
Build a VF page using Standard Controller as Account, and use a custom controller as extension. In the Custom controller query the contacts with certain conditions. disply them on the Page.

use this VF page as ifram on Accounts page.