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
nareshnaresh 

There are 50 users and manager want to see all the 50 usersobject records and there is no role hierarchy.

There are 50 users and manager want to see all the 50 usersobject records and there is no role hierarchy. Please suggest me how to achieve this.


thanks in advance.
BalajiRanganathanBalajiRanganathan
Does Manager have different profile then user?. you can give view all on each object or you can give view all data system permission on the profile. else you can create a permission set and give view all on objects or view all data system permission to the permisson set and assign that permisson set to the manager.

 
nareshnaresh
@balaji

thanks for ur reply. Yes manager has a different profile and 50 users has a different profile and manager must see all the 50 users object records. There is no role hierarchy ??
BalajiRanganathanBalajiRanganathan
If it is only set of object's records you want to give access then you can give "view all" permission to those objects in the manager profile.
if it is for all the object's recrods and other data, then you can give "View All Data" System permission in the manager profile.