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

Account Search Page
Does anyone know where I can find the details of Account search page? I would like to create a custom controller and vf page to add more details and need a starting point.
You need to sign in to do that
Don't have an account?
Does anyone know where I can find the details of Account search page? I would like to create a custom controller and vf page to add more details and need a starting point.
I think I have exactly what you need here. I created a custom account controller and a VF page to replicate the functionality of the Account Owner Report that allows for users to search across the hierarchy for accounts despite security rules but includes the fields we needed. I added in the ability to sort on the fields as well via an additional class and public method. Lastly, I added it as a link to our home page as a component.
Below is the Class and Page for this. Hope its what you are looking for.
Controller Class:
Sorter Class: (not my code)
Visualforce Page:
very useful! Thanks.