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
harry63harry63 

Roles,Profiles, Public Groups

 

Hello All

I had a question regarding Role,Profiles,public groups. we had different user groups. Each User group has access to all Data/Records in salesforce.But for one user group(10 people), they want to see Data/Records created by that user group(10 people), they dont want to access any other data/records which are not created by their user group(10 people).

 

Note:They can able to access the  records created by the users with in their group. It means user should able to access their own records and the records created by the other users in their particular group.

Please help me urgent..need sollution to get start of the project.

Thanks in Advance

Harry

EIE50EIE50

Hi,

 

I would do in this way, make the object org wide default to Private and then create the required sharing rules for roles / groups, so that users can see the records in their group, and the records are not accessible outside the group / role.

 

Thanks.