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
jkirschjkirsch 

Visualforce Object Lookup

I have a button on the Account object called "Add Partner". This button is linked to a Visualforce page called "AddPartners". When a user clicks on this button I would like only certain accounts to display on the visualforce in a list view. The only accounts that I would like to show up are ones where a checkbox field on the account record, called "Partners", is checked. Is this possible?

maximummaximum
Yes!
jkirschjkirsch

Maximum, do you have any examples I could use?

 

Thank you!

maximummaximum

What are you looking for examples of? Query to filter partner accounts? Visualforce markup?