Activity › Forums › Salesforce® Discussions › What if no Role is assigned to a User in salesforce?
-
What if no Role is assigned to a User in salesforce?
Posted by Saurabh on April 20, 2017 at 2:59 PMIf no Role is assigned to a user, then which records are accessible by the user
Jade replied 7 years, 4 months ago 4 Members · 3 Replies -
3 Replies
-
Hi saurabh,
The main use of role comes when expanding the visibility of the records when OWD is set to Private.In that case you can assign roles to Users and can up/down their position in Role Hierarchy as per your requirement to make records visible.Further if both the uses are at the same level in Role Hierarchy, then you can use Sharing Rules to expand their visibility.
Thanks.
- [adinserter block='9']
-
Yes,if no role is assigned , the user will get access through
1.Object’s OWD specified( private, read only etc..).
2.Sharing Rules: Remember you can share the records with Public Groups; and you can add users in Public Groups. (setup->manage user->public group)
3. Manual sharing on the records.
While creating a user we can create user without Roles, but actual functionality was explained below:
Roles (configured under Admin Setup->Manage Users->Roles) are used to control which Salesforce records are available to users assigned to the Role. Unlike Profiles, there is no configuration in a Role.Instead, Roles are arranged in a hierarchy.Top level Roles can contain lower level Roles.Record access is determined by the Role of the Record Owner. Any member of the Role hierarchy above the Record Owner’s Role will have access to the record. Users in the same role as the Record Owner, and users in roles outside of that hierarchy, may or may not have access.By default, all Users have Read-Write access to all records in Salesforce.
However, this is controlled by Organization Wide Sharing — a topic for another time.
I hope it will help you. -
If you don’t assign a role to a user then Sharing Setting will be driven based on OWD and Sharing rules. One more point to notice is that the profile is mandatory while creating a user, not the role.
Log In to reply.