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

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,
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,
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.