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
yogesh.rankawatyogesh.rankawat 

Alternate manager of a user

Hi,

How can we find out the 'Alternate Manager' of a User ?

Thanks
micwamicwa
To find out the UserId of the manager:

Select u.ManagerId From User u where u.Id = :userId