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
aveforstudy1.3196212890020557Eaveforstudy1.3196212890020557E 

Custom list view implementation

Hi,

i need to create the list view for the account object having the Accounts of the logged in users subordinates and these subordinates should be in the Account Team.

Eg Suppose there are 3 Accounts:A ,B & C. and users X,Y,Z are the users.

User X is in the Account Team of Account A & B and

User Y is in the Account Team of Account C only

User Z on the other hand is not on any accounts Account Team.

My sub ordinates is X user. So in this case the list view should show me only Account A and B. Account C should not be shown as none of the users present in the Account Team for account C are my sub ordinate.

 

Can i create a list view that will redirect me to an custom VF page having the Apex logic in place.