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
anu.s1.3587621171560732E12anu.s1.3587621171560732E12 

Visual force page to get logged in users list

Hi All,

 

I want to create a visual force page to get logged in users list.

suppose if I am the manager,if I login to the salesforce instance and i want to view the users list under me or who are reporting to me.

first of all in  my salesforce instance I have more than 1000 users.I wanted to display all the users list and in that if i click on any user,he can able to view the users reporting to him.if no one is reporting him then only his name should be displayed.

 

can anyone help me 

Sridhar BonagiriSridhar Bonagiri

Hi,

 

You can achieve this by custom coding. One thing that in a VF page you cannot display more than 1000 records. You need to control this through custom coding.

 

Regards,

Sridhar Bonagiri

anu.s1.3587621171560732E12anu.s1.3587621171560732E12

Thank You for your Reply

 

I know that it is a custom coding but i want the procedure how to get the logged in users list.

As i can only get the users list but i want to get the information about logged in users.

 

Sridhar BonagiriSridhar Bonagiri

Hi,

 

Unfortunately , there is no way to see if a user is logged in to the system at the moment within salesforce.

 

Regards,

Sridhar Bonagiri