InterviewSolution
| 1. |
Difference Between Profiles And Permission Sets? |
|
Answer» Permission SETS : In this Permission sets we define the access level of the user. Generally we DETERMINE what a user can do in the applications. These are used to grant additional permission to a user. Profiles : In Object level Security, Profiles are ASSIGNED to the user by SYSTEM administrator. A profile can be assigned to many USERS where as a user can have only one Profile. Permission Sets : In this Permission sets we define the access level of the user. Generally we determine what a user can do in the applications. These are used to grant additional permission to a user. Profiles : In Object level Security, Profiles are assigned to the user by system administrator. A profile can be assigned to many users where as a user can have only one Profile. |
|