InterviewSolution
| 1. |
Suppose When A User Is Tied To A Primary Permission List How Does It Decide The Department Data Access For The Employee? Where And How Is This Mapping Done? |
|
Answer» User is tied to a primary permission list in user profile table. This permission list is tied to a setid and DEPTID in the security setup. This can be done by navigating to Setup HRMS -> Security -> CORE row level security -> Security by dept tree. All the DEPARTMENTS that GET tied here against the permission list are accessible to the user. User is tied to a primary permission list in user profile table. This permission list is tied to a setid and deptid in the security setup. This can be done by navigating to Setup HRMS -> Security -> Core row level security -> Security by dept tree. All the departments that get tied here against the permission list are accessible to the user. |
|