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

Displaying dynamic list view
Scenario: We have a custom object A and its child MemebrofA. MemebrofA has lookup field to user object,named Amember .I want to have a list view which will show all A records for which corresponding MemebrofA has Amember as logged in user.This view is similar to any other list view .I tried with standard functionality but its not possible.
Thanks in advance.
Thanks in advance.
You can create this view on V.F page and can create this view by using a controller in which you can fetch all records of A along with their associated child can easily filter child based on the logged in user.