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
Ty WhitfieldTy Whitfield 

Display all Contacts that meet a specific requirement on the Account page

I have a checkbox field on the Contact object and would like to display all contacts that have that field selected to be displayed on the Account object.

What is the best way to accomplish this?
Best Answer chosen by Ty Whitfield
Ty WhitfieldTy Whitfield
I think I figure out my own question.  I going to try to create a VF page and create the list there.  Then place the VF page on the Account Page layout.  Unless someone has a better way.